mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
23 lines
231 B
Plaintext
23 lines
231 B
Plaintext
meta {
|
|
name: openWebsite
|
|
type: http
|
|
seq: 10
|
|
}
|
|
|
|
patch {
|
|
url: 127.0.0.1:1323/api/openWebsite
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"url": "https://example.com"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|