ref: move bruno template request to display

This commit is contained in:
2025-08-18 12:10:39 +02:00
parent 330d63ebd8
commit 473ffe57ac
8 changed files with 0 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
meta {
name: keyboardInput
type: http
seq: 2
}
patch {
url: 127.0.0.1:1323/api/keyboardInput
body: json
auth: inherit
}
body:json {
{
"key": "VK_T"
}
}
settings {
encodeUrl: true
}