Commit 3e3980db by Torkel Ödegaard

made snapshot post url http scheme agnostic, #1725

parent 9f6c9cd6
...@@ -29,7 +29,7 @@ function (angular, _) { ...@@ -29,7 +29,7 @@ function (angular, _) {
{text: 'Public on the web', value: 3}, {text: 'Public on the web', value: 3},
]; ];
$scope.externalUrl = 'http://snapshots-origin.raintank.io'; $scope.externalUrl = '//snapshots-origin.raintank.io';
$scope.apiUrl = '/api/snapshots'; $scope.apiUrl = '/api/snapshots';
$scope.createSnapshot = function(external) { $scope.createSnapshot = function(external) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment