Remove hardcoded IP from swagger
This commit is contained in:
parent
d3c6e52f3f
commit
d2e7c9e658
@ -7,7 +7,7 @@
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
"url": "http://192.168.20.231/api/"
|
||||
"url": "/api/"
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user