Files
skamp/bruno/propify/environments/local.bru
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

5 lines
61 B
Plaintext

vars {
BASE_URL: http://localhost:8080
API_VERSION: v1
}