fixed webserver app running instead of main

This commit is contained in:
mik-tf 2024-09-06 15:24:06 -04:00
parent 4bcc1451c6
commit 777cfc44a7

View File

@ -6,4 +6,4 @@ rm -r __pycache__
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
uvicorn main:app --reload
uvicorn app:app --reload