feat : update fixing banner in landing
This commit is contained in:
parent
85e72aa17a
commit
ecb869ff51
|
|
@ -47,7 +47,7 @@ export async function listStaticBanner(
|
||||||
group: any = "",
|
group: any = "",
|
||||||
isInt: Boolean = false
|
isInt: Boolean = false
|
||||||
) {
|
) {
|
||||||
const url = `media/static-banner?group=${group}&isInt=${isInt}`;
|
const url = `media/banner?group=${group}&isInt=${isInt}`;
|
||||||
return httpGetInterceptor(url);
|
return httpGetInterceptor(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue