change(assist-stats): root path
This commit is contained in:
parent
5025b8dc2a
commit
f852f18d37
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ MAX_OVERFLOW = config("MAX_OVERFLOW", default=10, cast=int)
|
||||||
POOL_TIMEOUT = config("POOL_TIMEOUT", default=30, cast=int)
|
POOL_TIMEOUT = config("POOL_TIMEOUT", default=30, cast=int)
|
||||||
POOL_RECYCLE = config("POOL_RECYCLE", default=3600, cast=int)
|
POOL_RECYCLE = config("POOL_RECYCLE", default=3600, cast=int)
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI(root_path=config("root_path", default="/assist-stats"))
|
||||||
|
|
||||||
engine = create_engine(
|
engine = create_engine(
|
||||||
DATABASE_URL,
|
DATABASE_URL,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue