medhatelmasry / voting-tool-react

1 stars 1 forks source link

Ensure React app works with new .NET Core 3.1 backend #17

Closed medhatelmasry closed 4 years ago

medhatelmasry commented 4 years ago

The back-end was upgraded from .NET Core 2.2 to .NET Core 3.1. We need to make sure that the react app is able to communicate with all the APIs at the back-end. There could be issues where the API URLs may have changed.

joecof commented 4 years ago

completed