This commit is contained in:
dartpopikyardo
2016-09-02 15:11:44 +03:00
parent dde554e442
commit 55cb34ef4f
18 changed files with 20 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ import java.util.List;
import java.util.stream.Collectors;
@RestController
@RequestMapping("/api")
public class AccountQueryController {
private AccountQueryService accountInfoQueryService;