Added swagger UI
This commit is contained in:
parent
33c5f91491
commit
6141956847
11 changed files with 264 additions and 3 deletions
|
|
@ -61,6 +61,9 @@ func RegisterRoutes(e *echo.Echo) {
|
|||
}
|
||||
})
|
||||
|
||||
// Swagger UI
|
||||
e.Static("/swagger", "public/swagger")
|
||||
|
||||
// API Routes
|
||||
a := e.Group("/api/v1")
|
||||
|
||||
|
|
|
|||
Reference in a new issue