Skip to content

Commit

Permalink
Fix deployment issues (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt authored Sep 19, 2024
2 parents d8f845b + 05dce90 commit 59357f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrument_registry/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def create_app() -> FastAPI:
)

app.include_router(api_router)

return app


Expand Down

0 comments on commit 59357f5

Please sign in to comment.