Skip to content

Commit

Permalink
add gRPC for RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed May 2, 2024
1 parent 1693f60 commit 90d7aca
Show file tree
Hide file tree
Showing 10 changed files with 1,821 additions and 288 deletions.
4 changes: 3 additions & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@
"Operators": "FBridgeOperators",
"Judges": "FBridgeJudges",
"Proposals": "FBridgeProposals",
"Proposal": "FBridgeProposal"
"Proposal": "FBridgeProposal",
"Votes": "FBridgeVotes",
"Vote": "FBridgeVote"
}
}
}
Expand Down
Loading

0 comments on commit 90d7aca

Please sign in to comment.