1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Web API: replaced status code 200 by 202 whenever an asynchronous message is enqueued

This commit is contained in:
f4exb
2017-12-21 18:10:43 +01:00
parent 88e56d1a37
commit 41e18eefd2
16 changed files with 236 additions and 235 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ public:
* returns the Http status code (default 501: not implemented)
*/
virtual int instanceDelete(
SWGSDRangel::SWGInstanceSummaryResponse& response __attribute__((unused)),
SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)),
SWGSDRangel::SWGErrorResponse& error)
{
error.init();