subdomain@
This commit is contained in:
parent
2eb425199e
commit
3f787ad349
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func (s *Server) Init() {
|
|||
e.GET("/docs", func(c echo.Context) error {
|
||||
return c.Redirect(http.StatusMovedPermanently, "/swagger/index.html")
|
||||
})
|
||||
e.GET("/swagger/*", echoSwagger.WrapHandler)
|
||||
e.GET("/docs/*", echoSwagger.WrapHandler)
|
||||
e.GET("/channels", s.getAllChannels)
|
||||
|
||||
e.GET("/channel/:channel/user/:username/range", s.getUserLogsRangeByName)
|
||||
|
|
Loading…
Add table
Reference in a new issue