feat: port 8080 is working for /upload
All checks were successful
Deploy on Push / deploy (push) Successful in 30s

This commit is contained in:
Stepan Vladovskiy 2024-05-07 21:49:21 -03:00
parent 5c4c02aa84
commit dfa61abad4

View File

@ -66,5 +66,5 @@ app = Starlette(debug=True, routes=routes)
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host='0.0.0.0', port=80)
uvicorn.run(app, host='0.0.0.0', port=8080)