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'))
|
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 {
|
try {
|
||||||
dispatch(fetchFeaturedProductsSuccess(response.data.data, 'featured'))
|
dispatch(fetchFeaturedProductsSuccess(response.data.data, 'featured'))
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user