Skip to content

Commit

Permalink
fix(platform): Include health router (#8362)
Browse files Browse the repository at this point in the history
include health router
  • Loading branch information
aarushik93 authored Oct 17, 2024
1 parent d6d2820 commit ac33c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogpt_platform/backend/backend/server/rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def run_service(self):
app.add_exception_handler(500, self.handle_internal_http_error)

app.include_router(api_router)
app.include_router(health_router)

uvicorn.run(
app,
Expand Down

0 comments on commit ac33c1e

Please sign in to comment.