feat : update fixing banner in landing

This commit is contained in:
hanif salafi 2025-06-24 14:07:34 +07:00
parent 85e72aa17a
commit ecb869ff51
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/static-banner?group=${group}&isInt=${isInt}`;
const url = `media/banner?group=${group}&isInt=${isInt}`;
return httpGetInterceptor(url);
}