Skip to content

Commit

Permalink
Merge pull request #437 from lmenezes/default-method-get
Browse files Browse the repository at this point in the history
Sets GET as default method in the REST console
  • Loading branch information
moliware authored Apr 24, 2020
2 parents 2bed332 + 08740ac commit 1228299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit 1228299

Please sign in to comment.