add notifications proto file
All checks were successful
Publish / Publish Job (push) Successful in 2m27s
All checks were successful
Publish / Publish Job (push) Successful in 2m27s
This commit is contained in:
@@ -11,4 +11,8 @@ export const PROTO_PATHS = {
|
||||
LDAP: join(__dirname, "../../proto/users/ldap.proto"),
|
||||
SEARCH: join(__dirname, "../../proto/search/search.proto"),
|
||||
AUDIT: join(__dirname, "../../proto/admin/audit.proto"),
|
||||
NOTIFICATIONS: join(
|
||||
__dirname,
|
||||
"../../proto/notifications/notifications.proto",
|
||||
),
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user