swagger-stats
swagger-stats copied to clipboard
Error on routes with wildcards
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, '');