refactor mint

This commit is contained in:
callebtc
2022-09-28 15:54:22 +02:00
parent 21dff05f82
commit a723417eef
3 changed files with 8 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ def main(
d[a.strip("--")] = True # argument like --key
config = uvicorn.Config(
"mint.__main__:app",
"mint.app:app",
port=port,
host=host,
ssl_keyfile=ssl_keyfile,