jtkaufman737 / CMSC-495

UMGC Capstone project for software engineering degree
MIT License
0 stars 1 forks source link

Update URL structure to be /api/<x> instead of just /<x> #16

Closed jtkaufman737 closed 2 years ago

jtkaufman737 commented 2 years ago

Hey guys - one small change here. I realized I forgot to use the api prefix for our endpoints. This is a common industry practice that lets you avoid collisions. An example is that if we have the api url for boards be /api/boards that means the frontend can use the more human-readable url /boards without collisions. Let me know if that doesn't make sense or if you have questions.