fix : change url banner

This commit is contained in:
hanif salafi 2025-12-24 06:51:34 +07:00
parent 23ec7834b3
commit 10905dd208
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export async function listStaticBanner(
group: any = "",
isInt: Boolean = false
) {
const url = `media/public/banner?group=${group}&isInt=${isInt}`;
const url = `media/banner/public?group=${group}&isInt=${isInt}`;
return httpGetInterceptor(url);
}