fix: ui dependencies update

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
Alanis
2025-11-06 13:04:29 +00:00
committed by allanice001
parent 3463b2cb33
commit c478a8d10f
5 changed files with 120 additions and 138 deletions

View File

@@ -10,7 +10,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "localhost:8080",
Host: "",
BasePath: "/api/v1",
Schemes: []string{"http", "https"},
Title: "AutoGlue API",

File diff suppressed because one or more lines are too long

View File

@@ -603,7 +603,6 @@ definitions:
example: slug is required
type: string
type: object
host: localhost:8080
info:
contact:
name: GlueOps