updated welsh translations
This commit is contained in:
@@ -49,7 +49,11 @@ 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,
|
||||
WEBAPI_URL + queryUrl + hashAPIPath(queryUrl)
|
||||
);
|
||||
|
||||
var apiResponse = _.isEmpty(req.query)
|
||||
? res.status(400).json()
|
||||
|
||||
@@ -48,7 +48,7 @@ export default async function ApiProxy(req, res) {
|
||||
var caseReference = req.query.caseReference.split("'").join("''");
|
||||
var token = await getToken();
|
||||
|
||||
console.log("the case:", req.query, caseReference);
|
||||
//console.log("the case:", req.query, caseReference);
|
||||
|
||||
var queryUrl =
|
||||
appealType +
|
||||
|
||||
Reference in New Issue
Block a user