summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/home/components/PreferredBrand.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/home/components/PreferredBrand.jsx b/src/lib/home/components/PreferredBrand.jsx
index 5a6a0570..9fb1228a 100644
--- a/src/lib/home/components/PreferredBrand.jsx
+++ b/src/lib/home/components/PreferredBrand.jsx
@@ -19,7 +19,7 @@ const PreferredBrand = () => {
setIsLoading(true);
const name = startWith ? `${startWith}*` : '';
const result = await axios(
- `${process.env.NEXT_PUBLIC_SELF_HOST}/api/shop/preferredBrand?rows=20`
+ `${process.env.NEXT_PUBLIC_SELF_HOST}/api/shop/brands?rows=20`
);
setIsLoading(false);