Skip to content

Commit

Permalink
feat(master): add swagger command
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisonenouvo committed Nov 28, 2023
1 parent 5236755 commit b932a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/handlers/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// @ID sign-in
// @Param request body models.SignInRequest true "request"
// @Success 200 {string} {"status": "success", "token": string, "code": 200}
// @Router /sign-in/ [post]
// @Router /sign-in [post]
func SignIn(c *gin.Context) {
var req models.SignInRequest
if err := h.CheckBindAndValidate(&req, c); err != nil {
Expand Down

1 comment on commit b932a33

@vercel
Copy link

@vercel vercel bot commented on b932a33 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.