mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(rest) rm parseRange
This commit is contained in:
parent
4e520d0522
commit
828f4faf6f
1 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
SLASH,
|
||||
ISWIN32,
|
||||
ext, dir, parseRange,
|
||||
ext, dir,
|
||||
path, fs, zlib, url, pipe, CloudFunc, diffPatch, querystring, time,
|
||||
|
||||
OK, RANGE, FILE_NOT_FOUND, MOVED_PERMANENTLY,
|
||||
|
|
@ -115,7 +115,6 @@
|
|||
exports.hash = srvrequire('hash'),
|
||||
diffPatch = librequire('diff/diff-match-patch').diff_match_patch,
|
||||
exports.diff = new (librequire('diff').DiffProto)(diffPatch),
|
||||
parseRange = srvrequire('parse-range');
|
||||
exports.time = time = srvrequire('time');
|
||||
exports.users = srvrequire('users');
|
||||
exports.rest = srvrequire('rest').api,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue