mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Web API: resources and static file controller updates
This commit is contained in:
@@ -143,6 +143,7 @@ void StaticFileController::service(QByteArray& path, HttpResponse& response)
|
||||
}
|
||||
else
|
||||
{
|
||||
qWarning("StaticFileController: File %s not found",qPrintable(file.fileName()));
|
||||
response.setStatus(404,"not found");
|
||||
response.write("404 not found",true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user