Skip to content

Commit

Permalink
add bruno for execute code
Browse files Browse the repository at this point in the history
  • Loading branch information
anipnwr7777 committed Mar 5, 2024
1 parent 22172b8 commit d9fb0b2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bruno.docs/Code/Execute Code.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
meta {
name: Execute Code
type: http
seq: 1
}

post {
url: {{url}}/execute
body: json
}

headers {
Content-Type: application/json
}

body:json {
{
"language": "nodejs",
"script" : "console.log('hello world')"
}
}

0 comments on commit d9fb0b2

Please sign in to comment.