You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
The "/evoting/adminlist" endpoint of the API exposed by the proxy returns something which does not comply with JSON standards:
It is neither an array nor an object.
In order to be easily parsed by JSON libraries, it would be way better if it was complying with these standards
Fix:
I think creating a trivial object with a single key-value pair as it is done on the "/evoting/forms" endpoint is the best idea.
The text was updated successfully, but these errors were encountered:
Issue:
The "/evoting/adminlist" endpoint of the API exposed by the proxy returns something which does not comply with JSON standards:
It is neither an array nor an object.
In order to be easily parsed by JSON libraries, it would be way better if it was complying with these standards
Fix:
I think creating a trivial object with a single key-value pair as it is done on the "/evoting/forms" endpoint is the best idea.
The text was updated successfully, but these errors were encountered: