checking for new version over https

This commit is contained in:
Ian Babrou
2014-08-14 14:13:03 +04:00
parent 83e9bc4816
commit 0198167b27
+1 -1
View File
@@ -14,7 +14,7 @@ function (angular) {
return;
}
$http({ method: 'GET', url: 'http://grafanarel.s3.amazonaws.com/latest.json' })
$http({ method: 'GET', url: 'https://grafanarel.s3.amazonaws.com/latest.json' })
.then(function(response) {
if (!response.data || !response.data.version) {
return;