Commit 784aa1c0 by Boros Andras

List users

parent ed5a90d8
......@@ -20,7 +20,7 @@ public class DojoUserController {
@Autowired
private DojoUserService dojoUserService;
@RequestMapping(value = "dummy", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE)
@RequestMapping(value = "", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE)
@ResponseStatus(HttpStatus.OK)
public List<DojoUser> dummyGetCall() {
return dojoUserService.getAllUser();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment