duc-beluga / gt-planner

GT Planner is a website that provides students with a visual roadmap of their academic journey, making course planning clear and simple.
https://duc-beluga.github.io/gt-planner/
GNU General Public License v3.0
3 stars 2 forks source link

Refactor deletePlan Controller to Remove Dependency on req.body #13

Closed duc-beluga closed 7 months ago

duc-beluga commented 8 months ago

The deletePlan controller currently uses req.body, which is uncommon for DELETE requests. It should be refactored to use a query string instead.