Add Oudelaa dashboard API integration
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
هذا الالتزام موجود في:
9
oudelaa_dashboard/lib/api/notifications.ts
Normal file
9
oudelaa_dashboard/lib/api/notifications.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { apiEndpoints } from "@/lib/api/endpoints";
|
||||
import { fetchWithAuth } from "@/lib/auth/client";
|
||||
import type { NotificationsResponse } from "@/types/api";
|
||||
|
||||
export async function listPlatformNotifications(
|
||||
params: Record<string, string | number | boolean | null | undefined> = {},
|
||||
) {
|
||||
return fetchWithAuth<NotificationsResponse>(apiEndpoints.notifications.superAdmin(params));
|
||||
}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم