Aggiunramento metodi stato code
This commit is contained in:
@@ -36,6 +36,9 @@ namespace WebDoorCreator.API.Controllers
|
||||
|
||||
var actProc = await QDataServ.NumRequestProcessing();
|
||||
answ.Add("processing", actProc);
|
||||
|
||||
var actDone = await QDataServ.NumRequestDone();
|
||||
answ.Add("done", actDone);
|
||||
return answ;
|
||||
}
|
||||
|
||||
@@ -86,7 +89,7 @@ namespace WebDoorCreator.API.Controllers
|
||||
answ.Add("processing", actProc);
|
||||
|
||||
var actDone = await QDataServ.RequestDone();
|
||||
answ.Add("done", actProc);
|
||||
answ.Add("done", actDone);
|
||||
return answ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user