oh again update Get example

This commit is contained in:
2025-07-31 20:51:30 +03:00
parent 148ca53538
commit 20bb90e77a

View File

@@ -1,4 +1,5 @@
local reqAddr
local logReq = true
if In.Params and In.Params.url then
reqAddr = In.Params.url
@@ -10,7 +11,7 @@ else
return
end
local resp = Net.Http.Get(true, reqAddr)
local resp = Net.Http.Get(logReq, reqAddr)
if resp then
Out.Result.answer = {
status = resp.status,