Updated shop api request url
• Updated: - shop api request url
This commit is contained in:
parent
2f1673a886
commit
f572608b60
|
@ -11,7 +11,7 @@ export const fetchFeaturedProducts = () => {
|
|||
|
||||
dispatch(fetchFeaturedProductsRequest('featured'))
|
||||
|
||||
axios.get('https://shop.dissenter.com/product/group/json').then((response) => {
|
||||
axios.get('https://dissenter-shop.gab.com/product/group/json').then((response) => {
|
||||
try {
|
||||
dispatch(fetchFeaturedProductsSuccess(response.data.data, 'featured'))
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in New Issue