mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
improve support for native http handling
This commit is contained in:
@@ -170,7 +170,7 @@ while (cont) {
|
||||
path: "httpversion",
|
||||
kind: "http",
|
||||
args: {
|
||||
url: "http://localhost:8000/api/version",
|
||||
url: "https://google.com",
|
||||
},
|
||||
};
|
||||
} else if (config.scriptPattern == "identity") {
|
||||
|
||||
Reference in New Issue
Block a user