Загрузить файлы в «/»

This commit is contained in:
2026-07-02 16:43:16 +00:00
parent 6ee37dd669
commit 9e32d6c20a
5 changed files with 19 additions and 0 deletions

4
start.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "$0")" || exit
source venv/bin/activate
uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload