add more filtering options
This commit is contained in:
parent
7dd10f8bc3
commit
d09880438d
5 changed files with 113 additions and 41 deletions
|
|
@ -4,4 +4,4 @@ cd "$RUN_DIR"
|
|||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
exec uvicorn unwind:web_app --reload
|
||||
exec uvicorn unwind:create_app --factory --reload
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ cd "$RUN_DIR"
|
|||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
exec uvicorn --host 0.0.0.0 unwind:web_app
|
||||
exec uvicorn --host 0.0.0.0 --factory unwind:create_app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue