Open MatteCarra opened 7 years ago
I was trying to create a pull request but I've just realized how difficult it is to fix this issue. As long as I know there's no way to extract any information from SimpleRouter because it only contains a PartialFunction.
@MatteCarra I think its probably related to #150
I think I'm experiencing this same issue on 2.5.18, see https://github.com/swagger-api/swagger-play/issues/110#issuecomment-354505863
Edit: confirmed, when I switch to only using a routes file everything works.
Is there any update on this issue?
Play Swagger isn't working at all with String Interpolating Routing DSL
I think that the problem is related to the fact that routes structured like this
-> /my/route
link to java files and not to other routes.If you want to reproduce the bug quickly you can try with this repo: https://github.com/playframework/play-scala-rest-api-example/tree/2.6.x
Here you the exception: