change(assist-stats): root path

This commit is contained in:
Shekar Siri 2023-10-27 16:31:52 +02:00
parent 5025b8dc2a
commit f852f18d37

View file

@ -23,7 +23,7 @@ MAX_OVERFLOW = config("MAX_OVERFLOW", default=10, cast=int)
POOL_TIMEOUT = config("POOL_TIMEOUT", default=30, 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(
DATABASE_URL,