Tuesday, 18 April 2017

How to group URLs in SailsJS?

I'm writing backend code for an application in SailsJS, where the API versions are maintained. Every URL starts with /api/v1/, but SonarQube is detecting all these URLs as duplicates. I want to remove all these /api/v1/ so that my code passes through SonarQube. Thanks.



via Shrinidhi Hegde

No comments:

Post a Comment