mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 00:06:38 +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.invocation.request = "";
|
||||||
$scope.invocationResponse = "";
|
$scope.invocationResponse = "";
|
||||||
$scope.invocationStatus = "";
|
$scope.invocationStatus = "";
|
||||||
$scope.invocation.contentType = "";
|
$scope.invocation.contentType = "text";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user