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