- 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