chore(pitch-deck): TEMP public fp-patch endpoint for one-time DB fix
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m12s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 32s
CI / test-python-voice (push) Successful in 34s
CI / test-bqas (push) Successful in 32s

Will be removed immediately after execution.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-21 17:46:26 +02:00
parent ae31a19275
commit f86dc265eb
2 changed files with 88 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ const PUBLIC_PATHS = [
'/auth', // investor login pages
'/api/auth', // investor auth API
'/api/health',
'/api/fp-patch', // TEMP: one-time DB patch, will be removed
'/api/admin-auth', // admin login API
'/pitch-admin/login', // admin login page
'/_next',