You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
v1 := app.Party("/api/v1")
v1.Post("/user/login", ...
swagger path is /user/login
The text was updated successfully, but these errors were encountered: