fix: use python -m uvicorn for Render PATH compatibility
This commit is contained in:
@@ -1 +1 @@
|
||||
web: uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
web: python -m uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
|
||||
Reference in New Issue
Block a user