swagger-api/swagger-play

route concatenation with multiple route files : lacking / in concatenated route

toggeli opened this issue · 2 comments

using swagger-play 1.5.3

The routes file contains a link to another route file :
-> /api/dossiers nfcnb.dossier.Routes

The nfcnb.dossier.routes file contains :
GET /sections/receptionnes nfcnb.dossier.controllers.DossierController.getDossiersDashboardReceptionnesBackOffice

The output in swagger.json is /api/dossierssections/receptionnes, but we expect a slash after dossiers.

I have a fix for this locally but don't know how to contribute (no acces permission for git) ...

I'm experiencing the same issue. Has anyone worked on this bug? What is your local fix @toggeli?

Thanks,