get count from db layer as well
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-17 16:09:10 +02:00
parent 4f67c48f7a
commit f46386d465
3 changed files with 6 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class OutputServiceRDBServer {
}
get("/output/count") {
call.respond(resultObjectService.getAllResultObjects().size)
call.respond(resultObjectService.getCount())
}
get("/output/page/{page}") {