Skip to content

Commit

Permalink
fix typo (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis authored Nov 5, 2024
1 parent 023fc57 commit 8ac1bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhub_apps/service/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
### When managed by Jupyterhub, the actual endpoints
### will be served out prefixed by /services/:name.
### One way to handle this with FastAPI is to use an APIRouter.
### All routes are defined in service.py
### All routes are defined in routes.py

STATIC_DIR = Path(__file__).parent.parent / "static"

Expand Down

0 comments on commit 8ac1bf0

Please sign in to comment.