Skip to content

Commit

Permalink
feat: secure router
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Apr 25, 2024
1 parent 8841200 commit 80d0514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const router = createRouter({
children: [],
},
],
strict: true,
sensitive: true,
});

export default router;

0 comments on commit 80d0514

Please sign in to comment.