Skip to content

Commit

Permalink
feat(constants): defining api base urls with consts
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 5, 2019
1 parent a93beb9 commit c78db76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/constants.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export const API_STORE = 'https://api.e-com.plus/v1/'
export const API_STORE_CACHE = 'https://ioapi.ecvol.com/:id/v1/'
export const API_SEARCH = 'https://apx-search.e-com.plus/api/v1/'
export const API_MODULES = 'https://apx-mods.e-com.plus/api/v1/'
export const API_STOREFRONT = 'https://iostorefront.ecvol.com/api/v1/'
export const API_GRAPHS = 'https://apx-graphs.e-com.plus/api/v1/'
export const API_MAIN = 'https://e-com.plus/api/v1/'
export const API_MAIN_CACHE = 'https://io.ecvol.com/api/v1/'

0 comments on commit c78db76

Please sign in to comment.