diff --git a/src/app/components/rest/controller.js b/src/app/components/rest/controller.js index ef44871e..83955cc7 100644 --- a/src/app/components/rest/controller.js +++ b/src/app/components/rest/controller.js @@ -10,7 +10,7 @@ angular.module('cerebro').controller('RestController', ['$scope', '$http', $scope.indices = undefined; $scope.host = undefined; - $scope.method = 'POST'; + $scope.method = 'GET'; $scope.path = ''; $scope.options = [];