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
|
||||
public class RetrieveUuidController {
|
||||
|
||||
@GetMapping("/api/test")
|
||||
@GetMapping("/api/uuid")
|
||||
public Response uuid() {
|
||||
return new Response(format("Test message... %s.", UUID.randomUUID()));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue