-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: regexp for root path match #2105
Conversation
czy88840616
commented
Jul 10, 2022
•
edited
Loading
edited
- 1、处理 path-to-regexp 新老版本的差异性,换成新版本之后支持 match 方法(ctx.params 使用)
- 2、修复 filter 之前的 bug(好像之前没人发现)
- 3、恢复 dev --entryFile 的支持(虽然用处不是很大)
- 4、ssl 的功能在 mock 模块中支持(看看是不是不能在其他 web 场景用)
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Codecov Report
@@ Coverage Diff @@
## main #2105 +/- ##
==========================================
+ Coverage 81.89% 82.29% +0.39%
==========================================
Files 426 426
Lines 14506 14717 +211
Branches 3413 3500 +87
==========================================
+ Hits 11880 12111 +231
+ Misses 2401 2384 -17
+ Partials 225 222 -3
Continue to review full report at Codecov.
|