From 012a203c4ad0252b33fc6d90b3bd9f47d1abf014 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Sun, 5 Aug 2018 11:54:51 +1000 Subject: [PATCH] fix url --- 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 9e4fe8fd..5e1b403d 100644 --- a/src/app/utils/ShortenUrl.js +++ b/src/app/utils/ShortenUrl.js @@ -66,7 +66,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