changed server_start.sh

This commit is contained in:
2026-04-29 14:45:01 +02:00
parent ef1daa3183
commit a8bff8ecbc
+1 -1
View File
@@ -1 +1 @@
python -m uvicorn server:app --reload
uvicorn server:app --host 0.0.0.0 --port 8000 --reload