sdrangel/sdrbase/webapi
Daniele Forsi e46f7f09b8 Fix API host address in About dialog and debug message
The API server is listening on all interfaces. This is indicated by Qt
with the address 0.0.0.0 even if it is listening on both IPv4 and IPv6
https://doc.qt.io/qt-6/qhostaddress.html#toString
So the following addresses are valid
 http://127.0.0.1:8091/
 http://[::1]:8091/
 http://0.0.0.0:8091/
 http://[::]:8091/
plus any other address assigned to wired, wireless or virtual interfaces.
2024-07-20 22:00:00 +02:00
..
webapiadapter.cpp
webapiadapter.h
webapiadapterbase.cpp
webapiadapterbase.h
webapiadapterinterface.cpp
webapiadapterinterface.h
webapirequestmapper.cpp WDSP receiver: added to Web API mapper 2024-07-12 05:01:07 +02:00
webapirequestmapper.h
webapiserver.cpp Fix API host address in About dialog and debug message 2024-07-20 22:00:00 +02:00
webapiserver.h
webapiutils.cpp WDSP receiver: added to Web API mapper 2024-07-12 05:01:07 +02:00
webapiutils.h