made snapshot post url http scheme agnostic, #1725

This commit is contained in:
Torkel Ödegaard 2015-07-13 09:37:10 +02:00
parent 9f6c9cd6ff
commit 3e3980dbac

View File

@ -29,7 +29,7 @@ function (angular, _) {
{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.createSnapshot = function(external) {