aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-16 02:41:14 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-16 01:41:14 +0000
commit4fe7da167b3307b198c3a20bc4a13953c79d2f2f (patch)
tree43d7b54a35af1d4fd483879e45802e03bed24300 /src/config.ts
parentFix default accent color to Ferdium gradient (#273) (diff)
downloadferdium-app-4fe7da167b3307b198c3a20bc4a13953c79d2f2f.tar.gz
ferdium-app-4fe7da167b3307b198c3a20bc4a13953c79d2f2f.tar.zst
ferdium-app-4fe7da167b3307b198c3a20bc4a13953c79d2f2f.zip
Remove Ferdi Server from available Servers List (#274)
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 0 insertions, 1 deletions
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';
13 13
14export const LIVE_FERDIUM_API = 'https://api.ferdium.org'; 14export const LIVE_FERDIUM_API = 'https://api.ferdium.org';
15export const LIVE_FRANZ_API = 'https://api.franzinfra.com'; 15export const LIVE_FRANZ_API = 'https://api.franzinfra.com';
16export const LIVE_FERDI_API = 'https://api.getferdi.com';
17 16
18// URL used to submit debugger information, see https://github.com/ferdium/debugger 17// URL used to submit debugger information, see https://github.com/ferdium/debugger
19export const DEBUG_API = 'https://debug.ferdium.org'; 18export const DEBUG_API = 'https://debug.ferdium.org';