switch from compojure to reitit

This commit is contained in:
Travis Shears 2025-06-05 10:07:19 +02:00
parent cfa4190ce5
commit d69f14f906
4 changed files with 51 additions and 11 deletions

View file

@ -0,0 +1,9 @@
{
"version": "1",
"name": "CodeSnippets",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View file

@ -0,0 +1,11 @@
meta {
name: ping
type: http
seq: 1
}
get {
url: http://localhost:3000/api/ping
body: none
auth: none
}