hoàn thành chức năng change detection

This commit is contained in:
Victor Phan
2025-12-22 20:01:42 +07:00
parent 10f92f0e2d
commit be90d26d24
4 changed files with 1334 additions and 11 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
#uvicorn api_server:app --reload --host 0.0.0.0 --port 8000
pkill -f "uvicorn api_server:app" && sleep 1 && nohup uvicorn api_server:app --host 0.0.0.0 --port 8000 > server.log 2>&1 &
uvicorn api_server:app --reload --host 0.0.0.0 --port 8000
#pkill -f "uvicorn api_server:app" && sleep 1 && nohup uvicorn api_server:app --host 0.0.0.0 --port 8000 > server.log 2>&1 &