mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
chore(server) add ";"
This commit is contained in:
parent
bf283549dd
commit
9d3e7a84f6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
express = main.express,
|
||||
expressApp,
|
||||
files = main.files,
|
||||
emptyHandler = function(req, res, next) { Util.exec(next) },
|
||||
emptyHandler = function(req, res, next) { Util.exec(next); },
|
||||
|
||||
|
||||
Server, Rest, Route;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue