mirror of
https://github.com/tale/headplane.git
synced 2026-09-04 11:15:42 +00:00
chore: reorganize settings code layout
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ export default [
|
||||
|
||||
...prefix('/settings', [
|
||||
index('routes/settings/overview.tsx'),
|
||||
route('/auth-keys', 'routes/settings/auth-keys.tsx'),
|
||||
route('/restrictions', 'routes/settings/pages/restrictions.tsx'),
|
||||
route('/auth-keys', 'routes/settings/auth-keys/overview.tsx'),
|
||||
route('/restrictions', 'routes/settings/restrictions/overview.tsx'),
|
||||
// route('/local-agent', 'routes/settings/local-agent.tsx'),
|
||||
]),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user