mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(route) add "\n"
This commit is contained in:
parent
4334b34637
commit
2e6474cf8f
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@
|
|||
throw Error('callback should be function!');
|
||||
|
||||
name = ponse.getPathName(request);
|
||||
|
||||
isAuth = RegExp('^(/auth|/auth/github)$').test(name);
|
||||
isFS = RegExp('^/$|^' + FS).test(name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue