mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(route) DIR_SERVER: __dirname -> ./
This commit is contained in:
parent
b5eda738c9
commit
05fea68f82
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue