fix: update API URL

This commit is contained in:
Isaac
2022-11-16 00:29:46 +00:00
parent 25a674cabb
commit a7b040642d

View File

@@ -1,6 +1,5 @@
// API URLs
// export const API_URL = 'https://api.muetab.com/v2';
export const API_URL = 'https://api.eartharoid.workers.dev/v2';
export const API_URL = 'https://api.muetab.com/v2';
export const MARKETPLACE_URL = 'https://marketplace.muetab.com';
export const SPONSORS_URL = 'https://sponsors.muetab.com';
export const GITHUB_URL = 'https://api.github.com';