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
}