mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(): upgrade deps
This commit is contained in:
@@ -97,7 +97,7 @@ export function isRouteExcluded(
|
||||
if (
|
||||
RequestMethod.ALL === method ||
|
||||
RequestMethod[method] === reqMethod ||
|
||||
method === -1
|
||||
(method as number) === -1
|
||||
) {
|
||||
return regex.exec(pathname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user