Skip to content

Commit

Permalink
fix(App): Fix service request url
Browse files Browse the repository at this point in the history
ht/ @MrStanDu33

Closes #1148
  • Loading branch information
adlk committed Dec 3, 2018
1 parent 72fcaef commit 7751c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const DEFAULT_FEATURES_CONFIG = {
isServiceProxyPremiumFeature: true,
};

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

export const FILE_SYSTEM_SETTINGS_TYPES = [
Expand Down

0 comments on commit 7751c17

Please sign in to comment.