mirror of
https://github.com/lucaspalomodevelop/JSSTE.git
synced 2026-03-13 07:19:37 +00:00
remove render.config
This commit is contained in:
parent
0d45397390
commit
5da0f03063
@ -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 = "";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user