Error fix

This commit is contained in:
BuildTools
2020-11-05 14:32:42 +01:00
parent e0df090a0e
commit 228969efce
5 changed files with 6 additions and 6 deletions
restservice/src

@ -33,7 +33,7 @@ public class UsersController {
@Autowired
private UserService userService;
@GetMapping("/search")
@GetMapping("/student/search")
@PreAuthorize("hasRole('ROLE_DEANERY')")
@ApiOperation(value = "Serch for user by providing query. If query is empty it will return all students. You need token with DEANERY role to call this")
public ResponseEntity<List<SearchForStudentsResponse>> configApp(