mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-21: fixed curly in wrong place
This commit is contained in:
@ -216,7 +216,8 @@ public class QJavalinImplementation
|
|||||||
{
|
{
|
||||||
get("/", QJavalinImplementation::dataQuery);
|
get("/", QJavalinImplementation::dataQuery);
|
||||||
post("/", QJavalinImplementation::dataInsert); // todo - internal to that method, if input is a list, do a bulk - else, single.
|
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);
|
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.
|
// todo - add put and/or patch at this level (without a primaryKey) to do a bulk update based on primaryKeys in the records.
|
||||||
|
Reference in New Issue
Block a user