domain migration

This commit is contained in:
David Ralph
2020-10-17 12:48:39 +01:00
parent df2a873ac6
commit 5e71a477de

View File

@@ -1,4 +1,4 @@
export const API_URL = 'https://api.muetab.xyz';
export const UNSPLASH_URL = 'https://unsplash.muetab.xyz';
export const MARKETPLACE_URL = 'https://marketplace.muetab.xyz';
export const API_URL = 'https://api.muetab.com';
export const UNSPLASH_URL = 'https://unsplash.muetab.com';
export const MARKETPLACE_URL = 'https://marketplace.muetab.com';
export const OFFLINE_IMAGES = 20;