Skip to content

Commit

Permalink
nanomeme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Feb 10, 2025
1 parent 8694575 commit 1c74cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def lifespan(_: FastAPI):

@app.get("/", status_code=status.HTTP_301_MOVED_PERMANENTLY)
async def root() -> RedirectResponse:
return RedirectResponse(f"{CONFIG.general.endpoint_url}/nanoui/index.html")
return RedirectResponse("/nanoui/index.html")


@app.get("/favicon.ico", include_in_schema=False)
Expand Down

0 comments on commit 1c74cf6

Please sign in to comment.