Skip to content

Commit

Permalink
fix: server side routes
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Mar 16, 2024
1 parent bfbd15a commit 77eafa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/routes/clientRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const CLIENT_ROUTES = [
'/500',
'/reset',
'/playground',
'/locales',
'/data-management',
]

router.get(CLIENT_ROUTES, (req, res) => {
Expand Down

0 comments on commit 77eafa9

Please sign in to comment.