From 5b1239dc38ee7feb938668b3ea93eb614934c04d Mon Sep 17 00:00:00 2001 From: Leonardo Menezes Date: Wed, 20 May 2020 09:00:13 +0200 Subject: [PATCH] syncing rest controller src with changes on app.js --- src/app/components/rest/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];