UPDATE: logout
All checks were successful
Build and Release / release (push) Successful in 1m4s

This commit is contained in:
2026-04-07 18:05:11 +07:00
parent 5d9db1b150
commit ff478f33b4
4 changed files with 4 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ const docTemplate = `{
"application/json"
],
"tags": [
"auth"
"Auth"
],
"summary": "Logout user",
"responses": {

View File

@@ -137,7 +137,7 @@
"application/json"
],
"tags": [
"auth"
"Auth"
],
"summary": "Logout user",
"responses": {

View File

@@ -286,7 +286,7 @@ paths:
- BearerAuth: []
summary: Logout user
tags:
- auth
- Auth
/auth/refresh:
post:
consumes:

View File

@@ -436,7 +436,7 @@ func (h *AuthController) GoogleCallback(c fiber.Ctx) error {
// Logout godoc
// @Summary Logout user
// @Description Logout current user and revoke tokens
// @Tags auth
// @Tags Auth
// @Security BearerAuth
// @Produce json
// @Success 200 {object} response.CommonResponse