update API x gestione reset task DONE
This commit is contained in:
@@ -84,6 +84,10 @@ namespace WebDoorCreator.API.Controllers
|
||||
|
||||
var actProc = await QDataServ.RequestProcessing();
|
||||
answ.Add("processing", actProc);
|
||||
|
||||
|
||||
var actDone = await QDataServ.RequestDone();
|
||||
answ.Add("done", actProc);
|
||||
return answ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user