Skip to content

Commit

Permalink
Merge pull request #9 from drew138/release/1.0.0
Browse files Browse the repository at this point in the history
Release/1.0.0
  • Loading branch information
Jguerra47 authored Mar 22, 2024
2 parents 78c3a94 + e4783a8 commit 13cf774
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 13cf774

Please sign in to comment.