add route handler for creating snippets
This commit is contained in:
parent
b204fbb16d
commit
524b7520d8
5 changed files with 36 additions and 11 deletions
11
bruno/CodeSnippets/create_snippet.bru
Normal file
11
bruno/CodeSnippets/create_snippet.bru
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: create_snippet
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url:
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue