remembering logins + tokens
This commit is contained in:
parent
83404812d0
commit
6871aa2449
5 changed files with 242 additions and 19 deletions
2
run.sh
2
run.sh
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
alembic upgrade head
|
||||
uvicorn cef_3M:app --port 8001 --host 0.0.0.0
|
||||
uvicorn cef_3M:app --port 8001 --host 0.0.0.0 --reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue