add route handler for creating snippets

This commit is contained in:
Travis Shears 2025-06-05 11:39:36 +02:00
parent b204fbb16d
commit 524b7520d8
5 changed files with 36 additions and 11 deletions

View file

@ -0,0 +1,11 @@
meta {
name: create_snippet
type: http
seq: 3
}
get {
url:
body: none
auth: none
}

View file

@ -0,0 +1,3 @@
vars {
host: http://localhost:3000
}

View file

@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:3000/api/ping
url: {{host}}/api/ping
body: none
auth: none
}