feat: update category spit

This commit is contained in:
hanif salafi 2025-03-03 12:32:19 +07:00
parent d2af28a3e7
commit 57c39048da
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export async function listEnableCategory(type: any) {
}
export async function listCategory(type: any) {
const url = `media/categories/list/publish?enablePage=0&sort=desc&sortBy=id&categoryId=${type}`;
const url = `media/categories/list?enablePage=0&sort=desc&sortBy=id&categoryId=${type}`;
return httpGetInterceptor(url);
}