Files
skamp/bruno/propify/bruno.json
Murat Özkorkmaz 7be4c611b3 Initial commit with basic CRUD functionality:
* GET all properties
* GET one property by id
* CREATE one property
* DELETE one property by id
2025-08-25 14:06:29 +02:00

9 lines
115 B
JSON

{
"version": "1",
"name": "propify",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}