Skip to content

Commit

Permalink
SSE route in tenant-admin (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbasson authored Feb 1, 2024
1 parent 0a48381 commit 0fa0d67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ async def lifespan(_: FastAPI):


trust_registry_routes = [trust_registry]
tenant_admin_routes = [tenants]
tenant_admin_routes = [
tenants,
sse,
]
tenant_routes = [
connections,
definitions,
Expand Down

0 comments on commit 0fa0d67

Please sign in to comment.