diff --git a/service/content/content.ts b/service/content/content.ts index 5192e2dd..d055655d 100644 --- a/service/content/content.ts +++ b/service/content/content.ts @@ -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); }