Files
stock/backend_run.log
2026-08-16 21:41:46 +08:00

11 lines
655 B
Plaintext

INFO: Will watch for changes in these directories: ['D:\\Project\\stock\\backend']
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [40700] using WatchFiles
INFO: Started server process [42044]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 127.0.0.1:50860 - "GET /api/health HTTP/1.1" 200 OK
INFO: 127.0.0.1:50992 - "GET /api/market/overview HTTP/1.1" 401 Unauthorized
INFO: 127.0.0.1:50994 - "GET /api/market/overview HTTP/1.1" 401 Unauthorized
WARNING: WatchFiles detected changes in 'app\data\market_overview.py'. Reloading...