Skip to content
Snippets Groups Projects
Commit f1ebf42e authored by elit04's avatar elit04
Browse files

route not needed?

parent 8d755bef
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,16 @@ sportRouter.get(
sportControllers.showSportByBoatId
);
/*
//maybe this route is not needed
//show specific sport by sport id
sportRouter.get(
"/api/sport/id/:id/",
validateToken,
sportControllers.showSportBySportId
)
)
*/
export default sportRouter;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment