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
The back-end code is currently doing a post request to the metro API endpoint when a get request would be sufficient. The code should be refactored to perform a get request.
The back-end code is currently doing a
postrequest to the metro API endpoint when agetrequest would be sufficient. The code should be refactored to perform agetrequest.