mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: add basic admin dashboard
This commit is contained in:
@@ -48,6 +48,7 @@ router.use([
|
||||
* the routes or the routes group.
|
||||
*/
|
||||
export const middleware = router.named({
|
||||
admin: () => import('#middleware/admin_middleware'),
|
||||
guest: () => import('#middleware/guest_middleware'),
|
||||
auth: () => import('#middleware/auth_middleware'),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user