I would first like to say that I love this library, it's really fun to work with.
I stumbled upon a problem since upgrading to Phoenix v1.3. Since v1.3 the Router is in the namespace App.Web.Router instead of App.Router. I believe maru_swagger is still looking for App.Router.
It would be nice to have an option to define which module the Router is.
I don't have much time currently to build it, but I can maybe add it next week as config if it hasn't been done already.
I would first like to say that I love this library, it's really fun to work with.
I stumbled upon a problem since upgrading to Phoenix v1.3. Since v1.3 the Router is in the namespace
App.Web.Routerinstead ofApp.Router. I believemaru_swaggeris still looking forApp.Router.It would be nice to have an option to define which module the Router is.
I don't have much time currently to build it, but I can maybe add it next week as config if it hasn't been done already.