api-s.sh 63 B

12
  1. #!/bin/sh
  2. uvicorn main:app --host 0.0.0.0 --port 8080 --reload