Skip to content

Commit

Permalink
Extension Endpoint Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGrubba committed Jul 29, 2024
1 parent a9dea09 commit e965cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def load_extensions():
modules.append([spec, module])

for spec, module in modules:
app.include_router(module.router)
app.include_router(module.router, prefix=f"/ext/{module.__name__}")

logger.info(
"\u001b[32m-> Loaded Extensions: "
Expand Down

0 comments on commit e965cda

Please sign in to comment.