Remove last usage of auth/branding route

This commit is contained in:
Johannes Zellner
2025-07-14 11:11:57 +02:00
parent a7bf22cafe
commit 7adae569f5
3 changed files with 1 additions and 22 deletions

View File

@@ -97,7 +97,6 @@ async function initializeExpressSync() {
router.post('/api/v1/auth/password_reset_request', json, routes.auth.passwordResetRequest);
router.post('/api/v1/auth/password_reset', json, routes.auth.passwordReset);
router.post('/api/v1/auth/setup_account', json, routes.auth.setupAccount);
router.get ('/api/v1/auth/branding', routes.auth.getBranding); // temp route until we server side render password_reset and setup_account
router.get ('/api/v1/cloudron/status', routes.cloudron.getStatus); // healthcheck
router.get ('/api/v1/cloudron/avatar', routes.branding.getCloudronAvatar); // public route for dashboard, email