Skip to content

Commit

Permalink
use https
Browse files Browse the repository at this point in the history
  • Loading branch information
adyNabeelMadain committed Dec 26, 2016
1 parent 3a4fa5b commit 9cbb948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/app.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
return useHttps;
},
getProxyServerUrl: function () {
return requiresHttps() ? SERVER_URL.secureLink : SERVER_URL.link;
return this.requiresHttps() ? SERVER_URL.secureLink : SERVER_URL.link;
}
}
}])
Expand Down

0 comments on commit 9cbb948

Please sign in to comment.