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
Currently all of our axios calls in the front end directly hit the WG api. Instead we want to hit a microservice/proxy that fetches the data for us instead. This allows us to hide our application id.
Remove all WG apis from the Room app for the Entity Panel and instead use the GameTactic microservice/proxy
The text was updated successfully, but these errors were encountered:
bryansamuel1
changed the title
MVP1 - Entity Panel - WOWS - Move all front end WG API calls to back end proxy
MVP1 - Entity Panel - Move all front end WG API calls to back end proxy
Apr 26, 2020
Currently all of our axios calls in the front end directly hit the WG api. Instead we want to hit a microservice/proxy that fetches the data for us instead. This allows us to hide our application id.
The text was updated successfully, but these errors were encountered: