Skip to content

Commit

Permalink
fix rut user/:id
Browse files Browse the repository at this point in the history
  • Loading branch information
sibas1 committed Dec 17, 2024
1 parent 688eb2f commit bdf8713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/apps/gateway/src/middleware/routersPublics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export const publicRoutes: string[] = [
'/courses/filter',
'/courses/',
'/courses/create',
'/user/:id',
'/user',
'/users/:id',
];

0 comments on commit bdf8713

Please sign in to comment.