Skip to content

Commit

Permalink
Updated route to be consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Jan 29, 2025
1 parent 02079ff commit 47152a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func addRoutes(r *gin.Engine, conf Configuration, uc usecases.Usecases, auth Aut

router.GET("/sanction-checks", tom, handleListSanctionChecks(uc))
router.PATCH("/sanction-checks/matches/:id", tom, handleUpdateSanctionCheckMatchStatus(uc))
router.POST("/sanction-checks/matches/:id/comment", tom,
router.POST("/sanction-checks/matches/:id/comments", tom,
handleCreateSanctionCheckMatchComment(uc))
router.GET("/sanction-checks/matches/:id/comments", tom,
handleListSanctionCheckMatchComments(uc))
Expand Down

0 comments on commit 47152a9

Please sign in to comment.