Skip to content

Commit

Permalink
fix hello text
Browse files Browse the repository at this point in the history
  • Loading branch information
csun authored and csun committed Mar 28, 2017
1 parent 1dcb37a commit afecf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ var AV = require('leanengine');
* 一个简单的云代码方法
*/
AV.Cloud.define('hello', function(request, response) {
response.success('Hello world! from test');
response.success('Hello world!');
});

0 comments on commit afecf74

Please sign in to comment.