aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-03 21:07:15 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-03 21:07:15 +0100
commit7751c177cc038ed31b1b5ab4a7aaa3e7db895a4e (patch)
tree1848a8d9e7e2c822e3ca60e3b54fb562ed7ab9df /src
parentSet autoInstallOnAppQuit to false (diff)
downloadferdium-app-7751c177cc038ed31b1b5ab4a7aaa3e7db895a4e.tar.gz
ferdium-app-7751c177cc038ed31b1b5ab4a7aaa3e7db895a4e.tar.zst
ferdium-app-7751c177cc038ed31b1b5ab4a7aaa3e7db895a4e.zip
fix(App): Fix service request url
ht/ @mrstandu33 Closes #1148
Diffstat (limited to 'src')
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index c612d1e2b..ba3af14b9 100644
--- a/src/config.js
+++ b/src/config.js
@@ -39,7 +39,7 @@ export const DEFAULT_FEATURES_CONFIG = {
39 isServiceProxyPremiumFeature: true, 39 isServiceProxyPremiumFeature: true,
40}; 40};
41 41
42export const FRANZ_SERVICE_REQUEST = 'hhttp://bit.ly/franz-plugin-docs'; 42export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs';
43export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; 43export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
44 44
45export const FILE_SYSTEM_SETTINGS_TYPES = [ 45export const FILE_SYSTEM_SETTINGS_TYPES = [