Skip to content

Commit

Permalink
Add /rubintv to static mount
Browse files Browse the repository at this point in the history
  • Loading branch information
ugyballoons authored and mfisherlevine committed Aug 14, 2023
1 parent a27b382 commit d4100a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rubintv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator:

# Intwine jinja2 templating
app.mount(
"/static",
"/rubintv/static",
StaticFiles(directory=Path(__file__).parent / "static"),
name="static",
)
Expand Down

0 comments on commit d4100a2

Please sign in to comment.