fixed a bug

This commit is contained in:
Michael 2019-04-25 14:26:14 +02:00
parent b10226b5b9
commit 5e10ffbe1b

View File

@ -518,6 +518,8 @@ public class Controller {
user_info.setTeam(team);
user_infoRepository.save(user_info);
return ResponseEntity.status(200).body(team);
}