@WardenCommander
You can try using ctx.request.query to get the query params.
Like this:
const { objectid, datefrom, dateto, persons } = ctx.request.query;
@WardenCommander
You can try using ctx.request.query to get the query params.
Like this:
const { objectid, datefrom, dateto, persons } = ctx.request.query;