Renamed backend folder

This commit is contained in:
2023-05-16 23:21:14 +03:00
parent 9835954647
commit 4b158261db
5 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ Backend:
```sh
pip install -r requirements.txt
uvicorn app.main:app --reload
uvicorn back.main:app --reload
```
## Deploy instructions