This commit is contained in:
Your Name
2026-01-27 08:55:32 +00:00
parent 6fbd86bf43
commit 3ccbf3d973
9 changed files with 182 additions and 78 deletions

2
web.sh
View File

@@ -1 +1 @@
uvicorn tiktokweb:app --host 0.0.0.0 --port 8000 --reload
uvicorn web:app --host 0.0.0.0 --port 8000 --reload