This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-10-04 15:35:42 +08:00
|
|
|
#!/usr/bin/env sh
|
2022-09-11 10:39:34 +08:00
|
|
|
uvicorn src:create_app --factory --host=0.0.0.0
|