rsteckline / rancid-tomatillos

https://rancid-tomatillos-dusky.vercel.app
0 stars 1 forks source link

[BUG] Fix fetch url #26

Closed ericahagle closed 10 months ago

ericahagle commented 10 months ago

Description: When we were testing the error messaging, we took the 's' off the end of the fetch url to simulate a server error. We simply forgot to put it back when we were done testing.

Steps to Reproduce:

  1. Load the page
  2. Observe error message

Expected: The app should load correctly and no error message should appear.

Actual: The error message is still appearing instead of the page loading properly.