- Timestamp:
- Mar 21, 2011, 3:04:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/authentication/UserController.groovy
r1430 r1655 184 184 } 185 185 186 render text: jsonData as JSON, contentType: ' text/plain'186 render text: jsonData as JSON, contentType: 'application/json' 187 187 } 188 188
Note: See TracChangeset
for help on using the changeset viewer.