Update RouteController.cs
Polling feature still inop, JSON doesn't deserialise becuase the array has no name in the JSON. Could potentially add a name to the start artificially in order to force the JSON to parse?
This commit is contained in:
parent
5a2f109e65
commit
b61b767194
@ -130,6 +130,8 @@ namespace EFB.Controllers
|
||||
|
||||
ResponseModel<List<PollResponse>> responsePoll = await pollingRequest;
|
||||
|
||||
|
||||
//put request returns JSON that cannot be serialised by default
|
||||
Console.WriteLine(responsePoll);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user