diff --git a/public/js/app.js b/public/js/app.js index 244cdde9..9c0d5242 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -1677,7 +1677,7 @@ angular.module('cerebro').controller('RestController', ['$scope', '$http', $scope.indices = undefined; $scope.host = undefined; - $scope.method = 'POST'; + $scope.method = 'GET'; $scope.path = ''; $scope.options = [];