Initial commit with basic CRUD functionality:
* GET all properties * GET one property by id * CREATE one property * DELETE one property by id
This commit is contained in:
4
bruno/propify/environments/local.bru
Normal file
4
bruno/propify/environments/local.bru
Normal file
@@ -0,0 +1,4 @@
|
||||
vars {
|
||||
BASE_URL: http://localhost:8080
|
||||
API_VERSION: v1
|
||||
}
|
||||
Reference in New Issue
Block a user