mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-22 07:38:59 -04:00
Added the SDRdaemon server executable
This commit is contained in:
@@ -81,7 +81,7 @@ void WebAPIRequestMapper::service(qtwebapp::HttpRequest& request, qtwebapp::Http
|
||||
return;
|
||||
}
|
||||
|
||||
if (path.startsWith("/sdrangel"))
|
||||
if (path.startsWith("/sdrangel") && (path != "/sdrangel_logo.png"))
|
||||
{
|
||||
SWGSDRangel::SWGErrorResponse errorResponse;
|
||||
response.setStatus(501,"Not implemented");
|
||||
|
||||
Reference in New Issue
Block a user