diff --git a/server/route.js b/server/route.js index 40b7ba9c..ccafe1fa 100644 --- a/server/route.js +++ b/server/route.js @@ -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/';