diff --git a/src/app/utils/ShortenUrl.js b/src/app/utils/ShortenUrl.js index f81e28b0..8293711d 100644 --- a/src/app/utils/ShortenUrl.js +++ b/src/app/utils/ShortenUrl.js @@ -95,7 +95,7 @@ function orbisShorten(url, success, error) { } } -const API_ORBIS = 'http://localhost:3030/api/builds/add'; +const API_ORBIS = 'https://orbis.zone/api/builds/add'; /** * Upload to Orbis * @param {object} ship The URL to shorten