refactor: Phase 1 code cleanup - constants, logging, and repository organization
This commit is contained in:
@@ -277,8 +277,10 @@ module.exports = function configureMiddleware(app, {
|
||||
{ path: '/api/health', exact: true },
|
||||
{ path: '/probe/', prefix: true },
|
||||
{ path: '/api/tailscale/', prefix: true },
|
||||
{ path: '/api/totp/config', exact: true, method: 'GET' },
|
||||
{ path: '/api/totp/verify', exact: true },
|
||||
{ path: '/api/totp/config', exact: true, method: 'GET' },
|
||||
{ path: '/api/totp/verify', exact: true },
|
||||
{ path: '/api/totp/setup', exact: true, method: 'POST' },
|
||||
{ path: '/api/totp/verify-setup', exact: true, method: 'POST' },
|
||||
{ path: '/api/totp/check-session', exact: true },
|
||||
{ path: '/api/auth/gate/', prefix: true },
|
||||
{ path: '/api/auth/app-token/', prefix: true },
|
||||
|
||||
Reference in New Issue
Block a user