feat: update banner on landing

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