QQQ-21: fixed curly in wrong place

This commit is contained in:
Tim Chamberlain
2022-07-08 15:30:59 -05:00
parent 69fbc8147f
commit c7aa8292c0

View File

@ -216,7 +216,8 @@ public class QJavalinImplementation
{
get("/", QJavalinImplementation::dataQuery);
post("/", QJavalinImplementation::dataInsert); // todo - internal to that method, if input is a list, do a bulk - else, single.
path("/count", () -> {
path("/count", () ->
{
get("", QJavalinImplementation::dataCount);
});
// todo - add put and/or patch at this level (without a primaryKey) to do a bulk update based on primaryKeys in the records.