swagger-stats icon indicating copy to clipboard operation
swagger-stats copied to clipboard

Error on routes with wildcards

Open jnm733 opened this issue 2 years ago • 0 comments
trafficstars

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 avatar Aug 24 '23 12:08 jnm733