aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-04-27 15:07:24 +0100
committerLibravatar GitHub <noreply@github.com>2022-04-27 14:07:24 +0000
commitc7c774c6318fcc8a13cb7f31e2672eea4ebfc777 (patch)
tree72b23f2031e00489118add998c3fed6bdbc8b9d8 /src/config.ts
parent6.0.0-nightly.13 [skip ci] (diff)
downloadferdium-app-c7c774c6318fcc8a13cb7f31e2672eea4ebfc777.tar.gz
ferdium-app-c7c774c6318fcc8a13cb7f31e2672eea4ebfc777.tar.zst
ferdium-app-c7c774c6318fcc8a13cb7f31e2672eea4ebfc777.zip
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.
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
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';
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';
16 17
17// URL used to submit debugger information, see https://github.com/ferdium/debugger 18// URL used to submit debugger information, see https://github.com/ferdium/debugger
18export const DEBUG_API = 'https://debug.ferdium.org'; 19export const DEBUG_API = 'https://debug.ferdium.org';