fix: allow mark as read notification endpoints in auth

This commit is contained in:
Jannat Patel
2026-01-30 12:26:29 +05:30
parent c51eae5665
commit 4be34848a4

View File

@@ -45,6 +45,8 @@ ALLOWED_PATHS = [
"/api/method/frappe.desk.search.search_link",
"/api/method/frappe.core.doctype.communication.email.make",
"/api/method/frappe.core.doctype.user.user.reset_password",
"/api/method/frappe.desk.doctype.notification_log.notification_log.mark_as_read",
"/api/method/frappe.desk.doctype.notification_log.notification_log.mark_all_as_read",
]