changed uri for jmeter UUID controller
This commit is contained in:
parent
0fabae2d65
commit
745f15f7f2
@ -11,7 +11,7 @@ import static java.lang.String.format;
|
|||||||
@RestController
|
@RestController
|
||||||
public class RetrieveUuidController {
|
public class RetrieveUuidController {
|
||||||
|
|
||||||
@GetMapping("/api/test")
|
@GetMapping("/api/uuid")
|
||||||
public Response uuid() {
|
public Response uuid() {
|
||||||
return new Response(format("Test message... %s.", UUID.randomUUID()));
|
return new Response(format("Test message... %s.", UUID.randomUUID()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user