feat(api): changed root path
This commit is contained in:
parent
ac9c10393f
commit
50b476316a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from routers.crons import core_crons
|
|||
from routers.crons import core_dynamic_crons
|
||||
from routers.subs import dashboard, insights, metrics, v1_api_ee
|
||||
|
||||
app = FastAPI()
|
||||
app = FastAPI(root_path="/api")
|
||||
|
||||
|
||||
@app.middleware('http')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue