Ronaldodev commited on
Commit
88a57df
β€’
1 Parent(s): bf101a4

modification

Browse files
Files changed (2) hide show
  1. Procfile +1 -1
  2. main.py β†’ app.py +0 -0
Procfile CHANGED
@@ -1 +1 @@
1
- web: uvicorn main:app --host 0.0.0.0 --port $PORT
 
1
+ web: uvicorn app:app --host 0.0.0.0 --port $PORT
main.py β†’ app.py RENAMED
File without changes