From c7c774c6318fcc8a13cb7f31e2672eea4ebfc777 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:07:24 +0100 Subject: Add Ferdi server to hosted services (#49) * 'SettingsNavigation.js' and 'TeamDashboard.js' also have a call to 'LIVE_FERDI_API', but it handles the teams feature that I think neither Ferdi or Ferdium provide. * Removes comment on 'apiBase.ts' because I tested and the Terms was redirecting fine on the 'Help' Menu. --- src/config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 5aa5ea5aa..4ea762311 100644 --- a/src/config.ts +++ b/src/config.ts @@ -13,6 +13,7 @@ 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-70-g09d2