Archived
2 lines
65 B
Bash
2 lines
65 B
Bash
#!/usr/bin/env sh
|
|
uvicorn src:create_app --factory --host=0.0.0.0 |