summaryrefslogtreecommitdiff
path: root/lib/authx/rpc.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-06 12:06:21 -0700
committermo khan <mo@mokhan.ca>2025-03-06 12:06:21 -0700
commitb860827787d5663472b822e58fa06d2adc9bee03 (patch)
treec2760343eedd7481603814b89b1b33e34cc80095 /lib/authx/rpc.rb
parentbad76558aca0719db95f5572c7847fd971051186 (diff)
refactor: connect twirp client/server components to rack
Diffstat (limited to 'lib/authx/rpc.rb')
-rw-r--r--lib/authx/rpc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/authx/rpc.rb b/lib/authx/rpc.rb
index 78edbc46..a9963c67 100644
--- a/lib/authx/rpc.rb
+++ b/lib/authx/rpc.rb
@@ -2,3 +2,4 @@
require "authx/rpc/ability_pb"
require "authx/rpc/ability_twirp"
+require "authx/rpc/ability_handler"