ef-labs / vertx-jersey

Run jersey in vert.x
MIT License
150 stars 47 forks source link

swagger module ignores base_path from config.json #53

Closed mkargar closed 7 years ago

mkargar commented 7 years ago

After changing the value of base_path from "/" to "/rest" in examples/swagger/src/test/resources/config.json the generated document still reports "/swagger-test" as path instead of "/rest/swagger-test"