swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

PlayInclude bug #153

Open MatteCarra opened 7 years ago

MatteCarra commented 7 years ago

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