swagger
swagger copied to clipboard
swagger doesn't work when I use app.Party
v1 := app.Party("/api/v1") v1.Post("/user/login", ...
swagger path is /user/login
Hello @CastleSky, can you please provide the exact steps to reproduce?
I have the same problem, ... @livbarn @kataras Is there an example with app. Party ?
I'm new to this and turns out I'm doing it wrong. The swagger declarative comments for the endpoint doesn't go inside the Party closure, but in each functions party members calls. Check this Link