1
0

Added swagger UI

This commit is contained in:
kolaente
2018-06-14 14:19:19 +02:00
parent 33c5f91491
commit 6141956847
11 changed files with 264 additions and 3 deletions

View File

@ -61,6 +61,9 @@ func RegisterRoutes(e *echo.Echo) {
}
})
// Swagger UI
e.Static("/swagger", "public/swagger")
// API Routes
a := e.Group("/api/v1")