mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(server) rm unused vars
This commit is contained in:
parent
340d230b7c
commit
47813759e6
1 changed files with 1 additions and 7 deletions
|
|
@ -12,12 +12,8 @@
|
|||
var main = global.cloudcmd.main,
|
||||
|
||||
DIR = main.DIR,
|
||||
LIBDIR = main.LIBDIR,
|
||||
SRVDIR = main.SRVDIR,
|
||||
|
||||
URL = main.url,
|
||||
Path = main.path,
|
||||
Querystring = main.querystring,
|
||||
|
||||
Minify = main.minify,
|
||||
CloudFunc = main.cloudfunc,
|
||||
|
|
@ -27,17 +23,15 @@
|
|||
Terminal = main.terminal,
|
||||
join = main.srvrequire('join'),
|
||||
|
||||
zlib = main.zlib,
|
||||
http = main.http,
|
||||
https = main.https,
|
||||
Util = main.util,
|
||||
express = main.express,
|
||||
expressApp,
|
||||
files = main.files,
|
||||
emptyHandler = function(req, res, next) { Util.exec(next); },
|
||||
|
||||
|
||||
Server, Rest, Route;
|
||||
Rest, Route;
|
||||
|
||||
join = join && Util.bind(join, beforeJoin) || emptyHandler;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue