mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
fix: ui dependencies update
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -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
@@ -603,7 +603,6 @@ definitions:
|
||||
example: slug is required
|
||||
type: string
|
||||
type: object
|
||||
host: localhost:8080
|
||||
info:
|
||||
contact:
|
||||
name: GlueOps
|
||||
|
||||
Reference in New Issue
Block a user