dropped some lines from bad merge

This commit is contained in:
fleetside72 2018-09-04 16:54:03 -04:00
parent ce4a868be6
commit 27c015eabc

View File

@ -86,6 +86,8 @@ server.get("/unmapped_all", function (inReq, inRes)
server.get("/unmapped", function (inReq, inRes) server.get("/unmapped", function (inReq, inRes)
{ {
var sql = "SELECT jsonb_agg(row_to_json(x)::jsonb) regex FROM tps.report_unmapped($1::text) x"; var sql = "SELECT jsonb_agg(row_to_json(x)::jsonb) regex FROM tps.report_unmapped($1::text) x";
Postgres.FirstRow(sql,[inReq.query.srce], inRes);
});
server.get("/mapping", function (inReq, inRes) server.get("/mapping", function (inReq, inRes)
{ {