From e6cc96e90119af01c5ab89a666d749196ed075b0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 10 Jul 2017 17:55:32 +0300 Subject: [PATCH] chore(route) rm unused DIR_JSON --- server/route.js | 1 - 1 file changed, 1 deletion(-) 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/';