Skip to content

Commit

Permalink
syncing rest controller src with changes on app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed May 20, 2020
1 parent f8c421f commit 5b1239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/rest/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit 5b1239d

Please sign in to comment.