Skip to content

Commit

Permalink
Explicit different paginated find
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 24, 2024
1 parent 65c5241 commit ef4a8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"route":"/data/Mark/find",
"method":"get",
"handlers":[
{"function":"mongoFind", "args": ["camic", "mark"]}
{"function":"mongoPaginatedFind", "args": ["camic", "mark"]}
]
},{
"route":"/data/Mark/count",
Expand Down

0 comments on commit ef4a8d0

Please sign in to comment.