diff --git a/gateway/assets/script/bootstrap.js b/gateway/assets/script/bootstrap.js index a86b944d..6725878d 100644 --- a/gateway/assets/script/bootstrap.js +++ b/gateway/assets/script/bootstrap.js @@ -83,7 +83,7 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', '$md $scope.invocation.request = ""; $scope.invocationResponse = ""; $scope.invocationStatus = ""; - $scope.invocation.contentType = ""; + $scope.invocation.contentType = "text"; } };