Updated swagger stuff
All checks were successful
Test and build / build (push) Successful in 39s

This commit is contained in:
2024-02-04 06:46:48 +01:00
parent 464e3e2851
commit 4f3ec5fd69
8 changed files with 59 additions and 89 deletions

View File

@@ -1,5 +1,4 @@
// Code generated by swaggo/swag. DO NOT EDIT.
// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs
import "github.com/swaggo/swag"
@@ -708,9 +707,9 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.1",
Version: "",
Host: "",
BasePath: "/",
BasePath: "",
Schemes: []string{},
Title: "JWT Auth API",
Description: "This is a tiny http API for auth. Register accounts, auth with api-key or name/password, renew JWT tokens...",