diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-06 12:06:21 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-06 12:06:21 -0700 |
| commit | b860827787d5663472b822e58fa06d2adc9bee03 (patch) | |
| tree | c2760343eedd7481603814b89b1b33e34cc80095 /lib/authx/rpc.rb | |
| parent | bad76558aca0719db95f5572c7847fd971051186 (diff) | |
refactor: connect twirp client/server components to rack
Diffstat (limited to 'lib/authx/rpc.rb')
| -rw-r--r-- | lib/authx/rpc.rb | 1 |
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" |
