chore(route) rm unused DIR_JSON

This commit is contained in:
coderaiser 2017-07-10 17:55:32 +03:00
parent 21ffe6957d
commit e6cc96e901

View file

@ -3,7 +3,6 @@
const DIR = __dirname + '/../';
const DIR_TMPL = DIR + 'tmpl/';
const DIR_HTML = DIR + 'html/';
const DIR_JSON = DIR + 'json/';
const DIR_SERVER = './';
const DIR_FS = DIR_TMPL + 'fs/';