mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 20:46:41 +00:00
Add text type by default to tester page
This commit is contained in:
2
gateway/assets/script/bootstrap.js
vendored
2
gateway/assets/script/bootstrap.js
vendored
@ -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";
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user