mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(route) /fs -> ^/fs
This commit is contained in:
parent
7ea6d4f618
commit
f0e1f214ef
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
name = ponse.getPathName(request);
|
||||
isAuth = Util.strCmp(name, ['/auth', '/auth/github']);
|
||||
isFS = RegExp('^/$|' + FS).test(name);
|
||||
isFS = RegExp('^/$|^' + FS).test(name);
|
||||
|
||||
p = {
|
||||
request : request,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue