1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 19:44:12 -04:00

REST API Swagger code generation using Docker: updated http server address

This commit is contained in:
f4exb
2020-06-22 00:03:37 +02:00
parent 0104d36c2c
commit ce2c313d03
51 changed files with 504 additions and 402 deletions
@@ -139,8 +139,8 @@ GLScope:
tracesData:
type: array
items:
$ref: "/doc/swagger/include/GLScope.yaml#/TraceData"
$ref: "http://swgserver:8081/api/swagger/include/GLScope.yaml#/TraceData"
triggersData:
type: array
items:
$ref: "/doc/swagger/include/GLScope.yaml#/TriggerData"
$ref: "http://swgserver:8081/api/swagger/include/GLScope.yaml#/TriggerData"