add router
This commit is contained in:
@@ -7,5 +7,6 @@ import {
|
||||
|
||||
export default [
|
||||
layout('routes/layout.tsx', [index('routes/index.tsx')]),
|
||||
route('/authorize', 'routes/authorize.tsx')
|
||||
route('/authorize', 'routes/authorize.ts'),
|
||||
route('/token', 'routes/token.ts')
|
||||
] satisfies RouteConfig
|
||||
|
||||
Reference in New Issue
Block a user