Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 478 Bytes

File metadata and controls

12 lines (11 loc) · 478 Bytes

TODO: Fix Project to Proper REST API

Tasks

  • Remove HTML redirects from main.py root endpoint
  • Remove static file mounting in main.py
  • Fix duplicate root endpoint in main.py
  • Remove redirects from auth.py register endpoint
  • Remove redirects from auth.py login endpoint
  • Fix REST API in survival.py
  • Change all names of survival api to lgg_survival
  • Verify all endpoints return JSON and are stateless
  • Test the API after changes