feat: pexels background api

This commit is contained in:
David Ralph
2021-04-30 22:49:04 +01:00
parent 90927c9e8f
commit 84dbe5cb69
14 changed files with 28 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
export const API_URL = 'https://api.muetab.com';
export const UNSPLASH_URL = 'https://unsplash.muetab.com';
export const PEXELS_URL = 'https://pexels.muetab.com';
export const MARKETPLACE_URL = 'https://marketplace.muetab.com';
export const WEATHER_URL = 'https://weather.muetab.com';
export const WEBSITE_URL = 'https://muetab.com';