changed imports

This commit is contained in:
2026-05-21 05:49:48 +02:00
parent a519e77db1
commit 640c852e80
5 changed files with 8 additions and 18 deletions
+1 -1
View File
@@ -1 +1 @@
uvicorn server:app --host 0.0.0.0 --port 8000 --reload
uvicorn src/server:app --host 0.0.0.0 --port 8000 --reload