Closed Rubix982 closed 3 years ago
As per the title says. This is required in ./server/server/Controllers/RequestController.cs, the function HttpInvokeGetAsync().
./server/server/Controllers/RequestController.cs
HttpInvokeGetAsync()
See documentation here, Asynchronous programming with async and await.
Done with commit# 92efaccdba29b982e44f6f2e85687d009c7e450b
As per the title says. This is required in
./server/server/Controllers/RequestController.cs
, the functionHttpInvokeGetAsync()
.See documentation here, Asynchronous programming with async and await.