Updated shop api request url

• Updated:
- shop api request url
This commit is contained in:
mgabdev 2020-07-08 19:56:14 -05:00
parent 2f1673a886
commit f572608b60
1 changed files with 1 additions and 1 deletions

View File

@ -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) {