From d2e7c9e6580bfa91a6a3a03847f16c1b6e3935ba Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sat, 18 Nov 2023 19:55:41 +0100 Subject: [PATCH] Remove hardcoded IP from swagger --- static/swagger.json | 2 +- static/swagger.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/swagger.json b/static/swagger.json index 565e997..a1ef68a 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -7,7 +7,7 @@ }, "servers": [ { - "url": "http://192.168.20.231/api/" + "url": "/api/" } ], "paths": { diff --git a/static/swagger.yml b/static/swagger.yml index 9300f73..c07a798 100644 --- a/static/swagger.yml +++ b/static/swagger.yml @@ -4,7 +4,7 @@ info: version: '3.0' description: BTClock V3 API servers: - - url: http://192.168.20.231/api/ + - url: /api/ paths: /status: get: