Closed anthony-foulfoin closed 10 years ago
Hi,
Given the following entry in the UrlMappings :
"/v1/healthcheck"(controller: 'healthcheck', action: 'index', namespace: 'v1')
restapidoc computes the following path :
/healthcheck/index.json
While the correct path is
/healthcheck/index
restapidoc always suffix the url with an extension. It would be nice to be able to disable this feature. Setting the property grails.plugins.restapidoc.defaultFormat to null give me a NPE.
the pull request : https://github.com/loic911/restapidoc/pull/19
thanks, it will be available in 0.3
Hi,
Given the following entry in the UrlMappings :
restapidoc computes the following path :
While the correct path is
restapidoc always suffix the url with an extension. It would be nice to be able to disable this feature. Setting the property grails.plugins.restapidoc.defaultFormat to null give me a NPE.