Closed anisfeld closed 10 months ago
Removed fastapi-localization and related code we are not using.
2024-01-04 13:35:20 INFO: Will watch for changes in these directories: ['/usr/src/app'] 2024-01-04 13:35:20 INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) 2024-01-04 13:35:20 INFO: Started reloader process [1] using WatchFiles 2024-01-04 13:35:22 DEBUG: Routers loaded and static files mounted. 2024-01-04 13:35:22 INFO: Started server process [8] 2024-01-04 13:35:22 INFO: Waiting for application startup. 2024-01-04 13:35:22 INFO: Application startup complete. 2024-01-04 13:35:41 INFO: 172.25.0.1:59156 - "GET / HTTP/1.1" 200 OK 2024-01-04 13:35:43 INFO: 172.25.0.1:47710 - "GET /admin/login HTTP/1.1" 200 OK . . . 2024-01-04 13:35:52 INFO: 172.25.0.1:47312 - "POST /admin/login HTTP/1.1" 302 Found 2024-01-04 13:35:52 INFO: 172.25.0.1:47310 - "GET /admin/dashboard HTTP/1.1" 200 OK 2024-01-04 13:35:57 INFO: 172.25.0.1:47310 - "GET /games/session/6 HTTP/1.1" 200 OK 2024-01-04 13:35:59 INFO: 172.25.0.1:47310 - "GET /games/15/player/88/ready HTTP/1.1" 200 OK 2024-01-04 13:36:01 INFO: 172.25.0.1:47310 - "GET /games/15/player/88/survey HTTP/1.1" 200 OK
Describe Your Changes
Removed fastapi-localization and related code we are not using.
Non-Obvious Technical Information
Checklist Before Requesting a Review