summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/api/endpoints.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts
index 979d8ac295..c7100bd036 100644
--- a/src/server/api/endpoints.ts
+++ b/src/server/api/endpoints.ts
@@ -289,7 +289,7 @@ const endpoints: Endpoint[] = [
kind: 'notification-write'
},
{
- name: 'notifications/markAsRead_all',
+ name: 'notifications/mark_as_read_all',
withCredential: true,
kind: 'notification-write'
},