diff --git a/routes/routes.go b/routes/routes.go index 2b23245..291f168 100644 --- a/routes/routes.go +++ b/routes/routes.go @@ -12,4 +12,5 @@ func Set(e *echo.Echo) { //Project Management e.POST("/recommend", engine.Recommend) //Listing all the release under a project + e.POST("/samplePrint", engine.Sample) }