remove render.config

This commit is contained in:
lucaspalomodevelop 2021-04-20 18:44:08 +02:00
parent 0d45397390
commit 5da0f03063

View File

@ -3,14 +3,6 @@ const path = require("path");
var appdir = path.join(__dirname, '..');
var app = {}
app.config = {
"templatePath":__dirname+"\\templates",
"pagePath":__dirname+"\\pages"
};
app.render = function(pagecode, templatecode) {
result = "";