Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
drew138 committed Mar 22, 2024
1 parent 78c3a94 commit 4c9c9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/routes/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (r *router) buildImageRoutes() {
handler := handler.NewImage(service)

r.eng.POST("/sharpen", handler.CreateSharpen())
r.eng.POST("/edgedetection", handler.CreateEdgeDetection())
r.eng.POST("/gaussianblur", handler.CreateGaussianBlur())
r.eng.POST("/edge-detection", handler.CreateEdgeDetection())
r.eng.POST("/gaussian-blur", handler.CreateGaussianBlur())
r.eng.POST("/boxblur", handler.CreateBoxBlur())
}

0 comments on commit 4c9c9c3

Please sign in to comment.