mirror of https://github.com/databricks/cli.git
cleanup:
This commit is contained in:
parent
6fabd756f0
commit
a40dc8cf3c
|
@ -1,2 +1 @@
|
|||
LocalOnly = true # Deployment currently fails when run locally; once that is fixed, remove this setting
|
||||
|
||||
|
|
|
@ -89,6 +89,7 @@ func (s *Server) Handle(pattern string, handler HandlerFunc) {
|
|||
|
||||
var reqBody any
|
||||
if len(body) > 0 && body[0] == '{' {
|
||||
// serialize the body as is, if it's JSON
|
||||
reqBody = json.RawMessage(body)
|
||||
} else {
|
||||
reqBody = string(body)
|
||||
|
|
Loading…
Reference in New Issue