Skip to content

Commit

Permalink
fix: load conn routes
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Aug 19, 2024
1 parent 69daceb commit 70184a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aries_cloudagent/config/default_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ async def load_plugins(self, context: InjectionContext):
wallet_type = self.settings.get("wallet.type")
context.injector.bind_instance(PluginRegistry, plugin_registry)

# Connection management endpoints
plugin_registry.register_plugin("aries_cloudagent.connections")

# Register standard protocol plugins
if not self.settings.get("transport.disabled"):
plugin_registry.register_package("aries_cloudagent.protocols")
Expand Down

0 comments on commit 70184a3

Please sign in to comment.