change base url
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user