Skip to content

Commit

Permalink
re-order api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Oct 5, 2023
1 parent a64c6c8 commit de56991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yente/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def create_app() -> FastAPI:
allow_methods=["*"],
allow_headers=["*"],
)
app.include_router(search.router)
app.include_router(match.router)
app.include_router(search.router)
app.include_router(reconcile.router)
app.include_router(admin.router)

Expand Down

0 comments on commit de56991

Please sign in to comment.