Initializes bruno for requests

This commit is contained in:
Dennis Schoepf 2024-04-26 13:04:36 +02:00
parent 6893618256
commit 92aaba7a5b

9
bruno/bruno.json Normal file
View file

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