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:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user