mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(rest) DIR
This commit is contained in:
parent
f04226691b
commit
75d3ead833
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
(function() {
|
||||
'use strict';
|
||||
|
||||
var DIR = __dirname + '/../../../',
|
||||
var path = require('path'),
|
||||
DIR = path.resolve(__dirname + '/../../../') + '/',
|
||||
DIR_SERVER = DIR + 'server/',
|
||||
Hash = require(DIR_SERVER + 'hash'),
|
||||
dir = require(DIR_SERVER + 'dir'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue