Remove hardcoded IP from swagger

This commit is contained in:
Djuri Baars 2023-11-18 19:55:41 +01:00
parent d3c6e52f3f
commit d2e7c9e658
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
},
"servers": [
{
"url": "http://192.168.20.231/api/"
"url": "/api/"
}
],
"paths": {

View File

@ -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: