Open ronovan opened 7 years ago
Break up post_api.py and user_api.py into files with single endpoints. i.e. one file for POST /user/login, one file for DELETE /post/:postid, etc...
post_api.py
user_api.py
POST /user/login
DELETE /post/:postid
Break up
post_api.py
anduser_api.py
into files with single endpoints. i.e. one file forPOST /user/login
, one file forDELETE /post/:postid
, etc...