update
This commit is contained in:
@@ -175,7 +175,7 @@ function winestockDB(a::agentReflex, query::T) where {T<:AbstractString}
|
||||
$(JSON3.write(insertdata));
|
||||
"""
|
||||
uri = URI(scheme="http", host="192.168.88.12", port="9010", path="/sql", userinfo="root:root")
|
||||
r = HTTP.request("POST", uri, ["Accept" => "application/json", "NS"=>"yiem", "DB"=>"Blossom"], body)
|
||||
r = HTTP.request("POST", uri, ["Accept" => "application/json", "NS"=>"yiem", "DB"=>"Blossom_wines"], body)
|
||||
println("")
|
||||
@show r.body
|
||||
|
||||
|
||||
Reference in New Issue
Block a user