diff --git a/src/javascript/_common/url.js b/src/javascript/_common/url.js index 6e3156063ac..ec7e36dfa6e 100644 --- a/src/javascript/_common/url.js +++ b/src/javascript/_common/url.js @@ -64,10 +64,10 @@ const Url = (() => { const default_domain = 'binary.com'; const host_map = { // the exceptions regarding updating the URLs - 'bot.binary.com' : 'www.binary.bot', - 'api.deriv.com': 'api.deriv.com', // same, shouldn't change - 'academy.binary.com' : 'academy.binary.com', - 'blog.binary.com' : 'blog.binary.com', + 'bot.binary.com' : 'www.binary.bot', + 'api.deriv.com' : 'api.deriv.com', // same, shouldn't change + 'academy.binary.com': 'academy.binary.com', + 'blog.binary.com' : 'blog.binary.com', }; const urlForCurrentDomain = (href) => {