From 1290d0a0c35cdb3d8bd7bddc2c1592dd3026deab Mon Sep 17 00:00:00 2001 From: TudbuT Date: Fri, 6 Sep 2024 19:07:11 +0200 Subject: [PATCH] update test --- test.spl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.spl b/test.spl index 2ec47f5..faa4d53 100644 --- a/test.spl +++ b/test.spl @@ -118,7 +118,7 @@ func main { int | with args ; catch { use net:http:Request "testing http" println - def req "tudbut.de" 81 "GET" "/spltest" Request:new =req + def req "data.tudbut.de" 80 "GET" "/spltest" Request:new =req req:send:body _str println } { with e ; e:message println