Skip to content

Commit e9c60b4

Browse files
committed
chore: fix test
1 parent 6369c31 commit e9c60b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/catalog/lookup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default async function lookup(ctx) {
3939
return new Response(undefined, {
4040
status: 301,
4141
headers: {
42-
Location: `${origin}/${org}/${site}/catalog/${storeCode}/${storeViewCode}/product/${sku}`,
42+
Location: `${origin}/${org}/${site}/catalog/${storeCode}/${storeViewCode}/products/${sku}`,
4343
},
4444
});
4545
}

0 commit comments

Comments
 (0)