nerdErg / swagger4jaxrs

This is a Grails plugin that adds Swagger support to document REST APIs of any Grails projects that use the Grails JAX-RS (JSR 311) plugin.
Apache License 2.0
10 stars 10 forks source link

add grails serverURL to gsp #4

Closed michaelrice closed 10 years ago

michaelrice commented 10 years ago

Simple change makes it load your api docs by default using grails.serverURL

aruizca commented 10 years ago

Thanks mate!