srPuebla

Results 4 comments of srPuebla

> try > > ``` > url := echoSwagger.URL("admin.json") > echo.GET("/admin/swagger/*", echoSwagger.EchoWrapHandler(url)) > echo.GET("/swagger/*", echoSwagger.EchoWrapHandler()) > ``` Hi, thanks for reply so quickly. I tried it, but when i load...

Thanks ubogdan for the fast reply!

> Hi, > > I'm happy to review PRs. Did you look at #145 and previous issues? Might be possible to do this through nginx too, not sure. Hi JonasKs,...

Hi, I am getting the same issue but using [echo-swagger](https://github.com/swaggo/echo-swagger) ```go echo.GET("/swagger/*", echoSwagger.WrapHandler) echo.GET("/test/", h.Status, enforcer.Enforce) echo.Start(":8080") ``` After more than 48 hours working, suddenly the app starts to drop...