BAEL-4672 updated JMeter readme to reflect changes in API format

This commit is contained in:
Liam Garvie 2021-02-21 20:05:30 +00:00
parent 04475d1555
commit 4e18d98258

View File

@ -36,12 +36,12 @@ Or create a new one via a POST:
$ curl -X POST -H "Content-Type:application/json" -d '{ "firstName" : "Dassi", "lastName" : "Orleando", "phoneNumber": "+237 545454545", "email": "mymail@yahoo.fr" }' localhost:8080/students
```
### Available Test API
### Available UUID API
You can view the test response using curl:
```bash
$ curl localhost:8080/api/test
$ curl localhost:8080/api/uuid
```
Now with default configurations it will be available at: [http://localhost:8080](http://localhost:8080)