TP-5555 | remove trailing slash
This commit is contained in:
@@ -11,6 +11,6 @@ func ExceptionRouter(r *gin.Engine, dep *dependencies.Dependencies) {
|
||||
exceptionHandler := handler.NewExceptionHandler(dep.Service.ExceptionService)
|
||||
exceptionRouterGroup := r.Group("/api")
|
||||
{
|
||||
exceptionRouterGroup.POST("/:projectId/envelope/", exceptionHandler.CatchErrors)
|
||||
exceptionRouterGroup.POST("/:projectId/envelope", exceptionHandler.CatchErrors)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user