mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(Rest) new RegExp -> RegExp
This commit is contained in:
parent
6a41110288
commit
5f22fc64cb
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
apiURL = CloudFunc.apiURL;
|
||||
name = ponse.getPathName(request);
|
||||
regExp = new RegExp('^' + apiURL),
|
||||
regExp = RegExp('^' + apiURL),
|
||||
is = regExp.test(name);
|
||||
|
||||
if (!is) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue