mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(route) rm comments
This commit is contained in:
parent
60e80e7f14
commit
6e9c509a4f
1 changed files with 1 additions and 4 deletions
|
|
@ -144,15 +144,12 @@
|
|||
request : request,
|
||||
response : response,
|
||||
gzip : true,
|
||||
name : name,
|
||||
//mime : 'text/html'
|
||||
name : name
|
||||
};
|
||||
|
||||
if (!isAuth && !isFS)
|
||||
callback();
|
||||
else if (isAuth) {
|
||||
//'* Routing' + '-> ' + name
|
||||
|
||||
p.name = DIR_HTML + name + '.html';
|
||||
ponse.sendFile(p);
|
||||
} else if (isFS) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue