Skip to content

Commit 7751c17

Browse files
committed
fix(App): Fix service request url
ht/ @MrStanDu33 Closes #1148
1 parent 72fcaef commit 7751c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const DEFAULT_FEATURES_CONFIG = {
3939
isServiceProxyPremiumFeature: true,
4040
};
4141

42-
export const FRANZ_SERVICE_REQUEST = 'hhttp://bit.ly/franz-plugin-docs';
42+
export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs';
4343
export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
4444

4545
export const FILE_SYSTEM_SETTINGS_TYPES = [

0 commit comments

Comments
 (0)