add upstream

This commit is contained in:
2025-09-24 21:02:35 -03:00
parent 9e8ac8866f
commit 8695f0801b
3 changed files with 1 additions and 32 deletions

View File

@@ -11,6 +11,5 @@ export default [
route('/deny', 'routes/deny.tsx')
]),
route('/authorize', 'routes/authorize.ts'),
route('/token', 'routes/token.ts'),
route('/revoke', 'routes/revoke.ts')
route('/*', 'routes/upstream.ts')
] satisfies RouteConfig