Files
spring-restdocs/samples/rest-notes-grails/grails-app/views/notFound.gson
Andy Wilkinson 31ad4b40a0 Upgrade the Grails sample to Grails 3.2.6
Closes gh-357
2017-03-03 16:57:55 +00:00

6 lines
61 B
Plaintext

response.status 404
json {
message "Not Found"
error 404
}