fix: rename rbac service
All checks were successful
Publish / Publish Job (push) Successful in 2m44s

This commit is contained in:
Дмитрий
2026-04-05 12:36:21 +03:00
parent 1ab31c1893
commit 74bc65b3e2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
service LdapAuthService {
service RbacService {
rpc GetAllPermissions (GetAllPermissionsRequest) returns (GetAllPermissionsResponse);
rpc GetAllRoles(GetAllRolesRequest) returns (GetAllRolesResponse);
}