Skip to content

Commit

Permalink
fix rut user/:id in userservices
Browse files Browse the repository at this point in the history
  • Loading branch information
sibas1 committed Dec 17, 2024
1 parent bdf8713 commit 7414615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/apps/users/src/middleware/routersPublics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export const publicRoutes: string[] = [
'/auth/test',
'/auth/register',
'/auth/login',
'users/:id',
];

0 comments on commit 7414615

Please sign in to comment.