add in start event date and type of event

This commit is contained in:
2022-06-08 16:30:59 +01:00
parent 46a7ddf5db
commit 747548f574
31 changed files with 1065 additions and 28 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default async function ApiProxy(req, res) {
searchString +
"')) and pinswg_appealcasetype ne null and pinswg_publishtoweb eq true&$orderby=createdon desc&$count=true";
//console.log("basic search ", queryUrl);
console.log("basic search ", queryUrl);
var apiResponse = _.isEmpty(req.query)
? res.status(400).json()