Skip to content

fix error in express plugin with capturing groups in routes#468

Merged
rochdev merged 1 commit into
masterfrom
fix-express-capturing-groups
Feb 26, 2019
Merged

fix error in express plugin with capturing groups in routes#468
rochdev merged 1 commit into
masterfrom
fix-express-capturing-groups

Conversation

@rochdev

@rochdev rochdev commented Feb 26, 2019

Copy link
Copy Markdown
Member

This PR fixes an error in the express plugin when using capturing groups in routes. It seems to be a regression introduced in path-to-regexp 0.2.x which was never fixed to this day. Since express uses 0.1.x anyway, we now do the same.

Fixes #466

@rochdev rochdev added bug Something isn't working integrations labels Feb 26, 2019
@rochdev rochdev added this to the 0.10.0 milestone Feb 26, 2019
@rochdev
rochdev requested a review from brettlangdon February 26, 2019 18:07
@rochdev
rochdev merged commit 8db093d into master Feb 26, 2019
@rochdev
rochdev deleted the fix-express-capturing-groups branch February 26, 2019 21:20
@rochdev rochdev mentioned this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working integrations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

express dynamic routes

2 participants