This commit is contained in:
2024-01-13 10:14:02 +00:00
parent 8ff81008c6
commit 6567523ac6
3 changed files with 12 additions and 12 deletions

View File

@@ -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