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
StockTraderAPI.Program.FunctionHandler handles /price/ and /history/, but doesn't have a default switch case for handling unexpected routes, resulting in it returning a null.
Might it make sense to add a catch-all for any other routes and then return a well-formatted API response, along these lines:
StockTraderAPI.Program.FunctionHandler handles /price/ and /history/, but doesn't have a default switch case for handling unexpected routes, resulting in it returning a null.
Might it make sense to add a catch-all for any other routes and then return a well-formatted API response, along these lines:
The text was updated successfully, but these errors were encountered: