diff --git a/src/app/utils/ShortenUrl.js b/src/app/utils/ShortenUrl.js index 46c9ff0e..1a0b57ce 100644 --- a/src/app/utils/ShortenUrl.js +++ b/src/app/utils/ShortenUrl.js @@ -65,7 +65,7 @@ function shortenUrlEddp(url, success, error) { } } -const SHORTEN_API_ORBIS = 'https://yourls.willb.info/api.php'; +const SHORTEN_API_ORBIS = 'https://s.orbis.zone/api.php'; /** * Shorten a URL using Orbis's URL shortener API * @param {string} url The URL to shorten