Added swagger UI

This commit is contained in:
kolaente 2018-06-14 14:19:19 +02:00
parent 33c5f91491
commit 6141956847
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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")