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

PlayInclude bug

Open MatteCarra opened this issue 8 years ago • 0 comments

Right now you are removing leading / to all routes and when someone has a PlayInclude you are removing / between them. Example: I have routes file like this -> /test/otherFile otherFile.routes I have otherFile.routes file like this GET /something/ controllers.examplecontroller

Result path will be: /test/otherFilesomething insted of /test/otherFile/something

MatteCarra avatar Aug 09 '17 18:08 MatteCarra