update t p
This commit is contained in:
@@ -6,7 +6,10 @@ import {
|
||||
} from '@react-router/dev/routes'
|
||||
|
||||
export default [
|
||||
layout('routes/layout.tsx', [index('routes/index.tsx')]),
|
||||
layout('routes/layout.tsx', [
|
||||
index('routes/index.tsx'),
|
||||
route('/deny', 'routes/deny.tsx')
|
||||
]),
|
||||
route('/authorize', 'routes/authorize.ts'),
|
||||
route('/token', 'routes/token.ts'),
|
||||
route('/revoke', 'routes/revoke.ts')
|
||||
|
||||
Reference in New Issue
Block a user