add audit proto paths
All checks were successful
Publish / Publish Job (push) Successful in 2m21s

This commit is contained in:
Дмитрий
2026-04-13 21:04:43 +03:00
parent f092d1797c
commit 8f752871a7
2 changed files with 2 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ export const PROTO_PATHS = {
USERS: join(__dirname, "../../proto/users/users.proto"),
LDAP: join(__dirname, "../../proto/users/ldap.proto"),
SEARCH: join(__dirname, "../../proto/search/search.proto"),
AUDIT: join(__dirname, "../../proto/admin/audit.proto"),
} as const;