From 4fe7da167b3307b198c3a20bc4a13953c79d2f2f Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Thu, 16 Jun 2022 02:41:14 +0100 Subject: Remove Ferdi Server from available Servers List (#274) --- src/config.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 1b9aedfce..2df09e03d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -13,7 +13,6 @@ export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; export const LIVE_FERDIUM_API = 'https://api.ferdium.org'; export const LIVE_FRANZ_API = 'https://api.franzinfra.com'; -export const LIVE_FERDI_API = 'https://api.getferdi.com'; // URL used to submit debugger information, see https://github.com/ferdium/debugger export const DEBUG_API = 'https://debug.ferdium.org'; -- cgit v1.2.3-54-g00ecf