chore(route) DIR_SERVER: __dirname -> ./

This commit is contained in:
coderaiser 2016-12-26 11:53:55 +02:00
parent b5eda738c9
commit 05fea68f82

View file

@ -5,7 +5,7 @@ const DIR_TMPL = DIR + 'tmpl/';
const DIR_HTML = DIR + 'html/';
const DIR_COMMON = DIR + 'common/';
const DIR_JSON = DIR + 'json/';
const DIR_SERVER = __dirname + '/';
const DIR_SERVER = './';
const DIR_FS = DIR_TMPL + 'fs/';
const fs = require('fs');