typo in branding route

This commit is contained in:
Girish Ramakrishnan
2023-08-21 15:01:43 +05:30
parent b895cc6aad
commit 2427f15231
+1 -1
View File
@@ -103,7 +103,7 @@ 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.post('/api/v1/auth/branding', routes.auth.getBranding); // temp route until we server side render password_reset and setup_account
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