mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
feat: add i18n with type safety
This commit is contained in:
@@ -15,9 +15,9 @@ router.get('/auth/callback', [UsersController, 'callbackAuth']);
|
||||
router
|
||||
.group(() => {
|
||||
router.get(PATHS.AUTH.LOGOUT, [UsersController, 'logout']);
|
||||
router.get(PATHS.APP, [CollectionsController, 'index']);
|
||||
router.get(PATHS.DASHBOARD, [CollectionsController, 'index']);
|
||||
|
||||
router.get('/collections/create', [
|
||||
router.get(PATHS.COLLECTION.CREATE, [
|
||||
CollectionsController,
|
||||
'showCreatePage',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user