Skip to content

Commit

Permalink
client: use relative links for mobileconfig api
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Apr 1, 2021
1 parent 2e4e2f6 commit af60743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,6 @@ export const isFirefox = navigator.userAgent.indexOf('Firefox') !== -1;
export const COMMENT_LINE_DEFAULT_TOKEN = '#';

export const MOBILE_CONFIG_LINKS = {
DOT: '/apple/dot.mobileconfig',
DOH: '/apple/doh.mobileconfig',
DOT: 'apple/dot.mobileconfig',
DOH: 'apple/doh.mobileconfig',
};

0 comments on commit af60743

Please sign in to comment.