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
You'll have to update the __uri__ on ClubEndpoint and all it's methods like get, put, delete to query the database based on the club ID rather than it's name
This might also require updating some of the queries in functions like update in bounce/db/club.py
I'd recommend using Postman to make test HTTP requests
bounce/server/api/clubs.py__uri__onClubEndpointand all it's methods likeget,put,deleteto query the database based on the club ID rather than it's nameupdateinbounce/db/club.py