theebank / FITNIS

0 stars 0 forks source link

Make api routes in client dynamic #12

Closed theebank closed 8 months ago

theebank commented 8 months ago

Modify routes to go from http://localhost:3000/api

to

${apiUrl}/workouts/all

or whatever for respective endpoint

theebank commented 8 months ago

Need to test all endpoints

theebank commented 8 months ago

All Endpoints were tested in the frontend and are working correctly