switch from compojure to reitit
This commit is contained in:
parent
cfa4190ce5
commit
d69f14f906
4 changed files with 51 additions and 11 deletions
9
bruno/CodeSnippets/bruno.json
Normal file
9
bruno/CodeSnippets/bruno.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"version": "1",
|
||||
"name": "CodeSnippets",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
11
bruno/CodeSnippets/ping.bru
Normal file
11
bruno/CodeSnippets/ping.bru
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: ping
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:3000/api/ping
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue