You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, our endpoints that have parameters are not being recognized by the plugin.
My controller: @apidoc(tag = {
description "Test API"
})
class TesteController {
static responseFormats = ['json', 'xml']
Hello, our endpoints that have parameters are not being recognized by the plugin.
My controller:
@apidoc(tag = {
description "Test API"
})
class TesteController {
static responseFormats = ['json', 'xml']
}
My url mappings:
class UrlMappings {
}
The text was updated successfully, but these errors were encountered: