1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -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
@@ -39,6 +39,6 @@ ChannelAnalyzerSettings:
title:
type: string
spectrumConfig:
$ref: "/doc/swagger/include/GLSpectrum.yaml#/GLSpectrum"
$ref: "http://swgserver:8081/api/swagger/include/GLSpectrum.yaml#/GLSpectrum"
scopeConfig:
$ref: "/doc/swagger/include/GLScope.yaml#/GLScope"
$ref: "http://swgserver:8081/api/swagger/include/GLScope.yaml#/GLScope"