Open lukaszun opened 8 years ago
This should work if your modules route file is included into the main routes file.
How should I include modules routes file in main route file? Currently my main routes files looks like following:
GET /api-docs @controllers.ApiHelpController.getResources
-> /school school.Routes
By including do you mean that i should paste all my routes from school module to main routes file?
Using swagger-play v 1.5.0, when you add route in application main route file than swagger takes it into account but when you put route into modules route file then it is omitted. Any ideas?