get count from db layer as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -29,7 +29,7 @@ class OutputServiceRDBServer {
|
||||
}
|
||||
|
||||
get("/output/count") {
|
||||
call.respond(resultObjectService.getAllResultObjects().size)
|
||||
call.respond(resultObjectService.getCount())
|
||||
}
|
||||
|
||||
get("/output/page/{page}") {
|
||||
|
||||
Reference in New Issue
Block a user