Skip to content

Commit 9a7cb44

Browse files
committed
Apply suggestion by @gerbsen
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent 34b9c58 commit 9a7cb44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compliance-monitor/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def check_role(account: Optional[tuple[str, str]], subject: str = None, roles: i
389389

390390
@app.get("/")
391391
async def root():
392-
return RedirectResponse("/page/table")
392+
return RedirectResponse(f"{settings.base_url}page/table")
393393

394394

395395
@app.get("/reports")

0 commit comments

Comments
 (0)