Ludwig Weiss

Results 2 comments of Ludwig Weiss

Is anything blocking this from being merged?

Sorry for the late answer. I am using pyramid 1.8.3 and pyramid_swagger 2.3.1 with ``` python config = Configurator(settings=settings) config.include("pyramid_swagger") config.route_prefix = '/api/v1' ``` the api is available at `/api/v1`...