Skip to content

Commit

Permalink
fix paramaeter name
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Sep 25, 2024
1 parent fcf00a4 commit 7a7680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/clientRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const clientRoutes: Array<routeType<any, any, any>> = [
},
{
method: 'GET',
path: '/clients/:clientName/health',
path: '/clients/:name/health',
controller: clientController.assertIsClientUp,
},
];
Expand Down

0 comments on commit 7a7680d

Please sign in to comment.