Commit 690b37e0 by Arjun Jhukal

updated the minor changes

parent 2804ed70
......@@ -31,7 +31,7 @@ export const pageApi = createApi({
deletePageById: builder.mutation<GlobalResponse, { id: string }>({
query: ({ id }) => ({
url: `/api/admin/page/delete/${id}`,
method: "POST",
method: "DELETE",
})
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment