UPDATE: Fix bug auth
All checks were successful
Build and Release / release (push) Successful in 53s
All checks were successful
Build and Release / release (push) Successful in 53s
This commit is contained in:
@@ -1119,9 +1119,9 @@ const docTemplate = `{
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "1.0",
|
||||
Host: "history-api.kain.id.vn",
|
||||
Host: "",
|
||||
BasePath: "/",
|
||||
Schemes: []string{"https", "http"},
|
||||
Schemes: []string{},
|
||||
Title: "History API",
|
||||
Description: "This is a sample server for History API.",
|
||||
InfoInstanceName: "swagger",
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
"schemes": [
|
||||
"https",
|
||||
"http"
|
||||
],
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"description": "This is a sample server for History API.",
|
||||
@@ -19,7 +15,6 @@
|
||||
},
|
||||
"version": "1.0"
|
||||
},
|
||||
"host": "history-api.kain.id.vn",
|
||||
"basePath": "/",
|
||||
"paths": {
|
||||
"/auth/forgot-password": {
|
||||
|
||||
@@ -163,7 +163,6 @@ definitions:
|
||||
- TokenEmailVerify
|
||||
- TokenMagicLink
|
||||
- TokenRefreshToken
|
||||
host: history-api.kain.id.vn
|
||||
info:
|
||||
contact:
|
||||
email: support@swagger.io
|
||||
@@ -730,9 +729,6 @@ paths:
|
||||
summary: Get current user profile
|
||||
tags:
|
||||
- Users
|
||||
schemes:
|
||||
- https
|
||||
- http
|
||||
securityDefinitions:
|
||||
BearerAuth:
|
||||
description: Type "Bearer " followed by a space and JWT token.
|
||||
|
||||
Reference in New Issue
Block a user