Explorar o código

verify Fixed grails' json test

Mike Smith %!s(int64=12) %!d(string=hai) anos
pai
achega
2879446e97

+ 1 - 1
grails/hello/grails-app/controllers/hello/HelloController.groovy

@@ -22,7 +22,7 @@ class HelloController {
     // Test type 1: JSON serialization
     def json() {
         def msg = [
-            message: "Hello, world"
+            message: "Hello, World!"
         ]
         render msg as JSON
     }