blob: 657192363bf6f3411c35fa49cbc10c321593127f [file]
var mod21 = require("../../core/mymod");
var fs = require("fs");
var http = require("http");
var hpp = require("path");
exports.registerRoute = function (app) {
app.get("/api/:id", function (req, res) {
//cc;1;mod21.;0;myFnc,myOL,myArr,myInst,myRes,hasOwnProperty;myFnc;mod21.myFnc();a,pokus,ale
//cc;1;fs.;0;readFile,FileReadStream,readFileSync;readFileSync;fs.readFileSync();CANCELLED,Client,ale,myArr
//cc;1;http.;0;Agent,request,get,globalAgent;globalAgent;http.globalAgent;main,extensions,myArr
//cc;1;hpp.;0;basename,delimiter,hasOwnProperty;hpp.basename();main,extensions,myArr
});
};