mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(join) ^/join -> ^/join/
This commit is contained in:
parent
8693e19eae
commit
aaab8a773b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
exec = Util.exec,
|
||||
readFunc = exec.with(readPipe, req, res),
|
||||
path = main.getPathName(req),
|
||||
regExp = new RegExp('^/join'),
|
||||
regExp = new RegExp('^/join/'),
|
||||
isJoin = path.match(regExp);
|
||||
|
||||
if (!isJoin) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue