change base url

This commit is contained in:
renaldybrada
2026-02-25 11:07:01 +07:00
parent 35667518a7
commit 3fe7000d53
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ func gracefulShutdown(apiServer *http.Server, done chan bool) {
// @title Antrian Operasi API
// @version 1.0
// @description Dokumentasi API Antrian Operasi
// @host localhost:8080
// @host 10.10.150.184:8080
// @BasePath /api
// @securityDefinitions.apikey BearerAuth
+1 -1
View File
@@ -1606,7 +1606,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "localhost:8080",
Host: "10.10.150.184:8080",
BasePath: "/api",
Schemes: []string{},
Title: "Antrian Operasi API",
+1 -1
View File
@@ -6,7 +6,7 @@
"contact": {},
"version": "1.0"
},
"host": "localhost:8080",
"host": "10.10.150.184:8080",
"basePath": "/api",
"paths": {
"/access/eligible-menu": {
+1 -1
View File
@@ -455,7 +455,7 @@ definitions:
select:
type: string
type: object
host: localhost:8080
host: 10.10.150.184:8080
info:
contact: {}
description: Dokumentasi API Antrian Operasi