mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
feat: upgrade to API v2
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
// API URLs
|
||||
export const API_URL = 'https://api.muetab.com';
|
||||
export const PROXY_URL = 'https://proxy.muetab.com';
|
||||
// export const API_URL = 'https://api.muetab.com/v2';
|
||||
export const API_URL = 'http://127.0.0.1:8787/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';
|
||||
export const DDG_IMAGE_PROXY = 'https://external-content.duckduckgo.com/iu/?u=';
|
||||
export const MAPBOX_URL = 'https://api.mapbox.com';
|
||||
export const OPENSTREETMAP_URL = 'https://www.openstreetmap.org';
|
||||
|
||||
// Mue URLs
|
||||
|
||||
@@ -92,8 +92,8 @@
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "quotelanguage",
|
||||
"value": "English"
|
||||
"name": "quoteLanguage",
|
||||
"value": "en"
|
||||
},
|
||||
{
|
||||
"name": "date",
|
||||
@@ -254,5 +254,9 @@
|
||||
{
|
||||
"name": "widgetStyle",
|
||||
"value": "new"
|
||||
},
|
||||
{
|
||||
"name": "backgroundExclude",
|
||||
"value": "[]"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user