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

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
run.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
cd /d "%~dp0"
call venv\Scripts\activate.bat
uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload