Added markAll as read for notification
This commit is contained in:
@@ -7,7 +7,7 @@ class NotificationApi {
|
||||
|
||||
|
||||
|
||||
static const String markAllAsRead = '/api/v1/notifications';
|
||||
static const String markAllAsRead = '/api/v1/notifications/mark';
|
||||
static const String markAsRead = '/api/v1/notifications/mark-as-read';
|
||||
static const String tenderApprovalsTender = '/api/v1/notifications';
|
||||
static String getTenderApprovalById({required String tenderId}) {
|
||||
|
||||
Reference in New Issue
Block a user