Skip to content
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

Error on routes with wildcards #275

Open
jnm733 opened this issue Aug 24, 2023 · 0 comments
Open

Error on routes with wildcards #275

jnm733 opened this issue Aug 24, 2023 · 0 comments
Assignees
Labels

Comments

@jnm733
Copy link

jnm733 commented Aug 24, 2023

When we have routes with wildcards, the swsApiStats.js return an error on line 168

Unexpected MODIFIER at 28, expected END

Adding that line the error disappear:

fullExpressPath = fullExpressPath.replace(/*/g, '');

@jnm733 jnm733 changed the title JSON error on routes with wildcards Error on routes with wildcards Aug 24, 2023
@sv2 sv2 self-assigned this Aug 24, 2023
@sv2 sv2 added the bug label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants