1.45
This commit is contained in:
parent
972f064c16
commit
73dc2afae8
@ -54,7 +54,7 @@ public class ApplicationApiController extends BaseController<Application, Applic
|
||||
return super.findAll();
|
||||
}
|
||||
|
||||
@GetMapping("/page")
|
||||
@GetMapping("/pageWithStats")
|
||||
public Response<PageResult<ApplicationDTO>> pageWithStats(ApplicationQuery query) {
|
||||
return Response.success(applicationService.pageWithStats(query));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user