From bfd7645fb7b600cff46ae96f782906b09da60956 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Wed, 1 Aug 2018 14:27:09 +1000 Subject: [PATCH] fix localhost uri --- src/app/utils/ShortenUrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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