MLH-Fellowship / orientation-project-python-23.SUM.A

Orientation Project (Python) for 23.SUM.A
1 stars 12 forks source link

Added CORS documentation and implementation/bug fixes #44

Open christianhelp opened 1 year ago

christianhelp commented 1 year ago

In this pull, I added CORs annotation below each of the methods so that the front end can now do POST requests. This resolves issue #40. Also fixed a bug in the validation for the education function. The validators lacked a field leading to a constant 400 error when front end attempted to do a POST request. This resolves issue #41