cleanup status route

this is now purely a healthcheck route and nothing else

at some point, we will server render password reset and setup account views
This commit is contained in:
Girish Ramakrishnan
2023-08-10 22:15:45 +05:30
parent 1cdd528b45
commit 955a43723f
7 changed files with 26 additions and 13 deletions

View File

@@ -134,9 +134,6 @@ async function runStartupTasks() {
async function getStatus() {
return {
version: constants.VERSION,
cloudronName: await branding.getCloudronName(), // still used in passwordreset and setupaccount views
footer: await branding.renderFooter(), // still used in passwordreset and setupaccount views
language: await getLanguage(), // still used in passwordreset and setupaccount views
};
}