Created
September 21, 2018 06:03
-
-
Save geek1706/4ee1075b6c18ae7e6a43e2155b9eb8a9 to your computer and use it in GitHub Desktop.
Parse server 3.0 Cloud Function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parse.Cloud.define('hello', async (req, res) => { | |
return 'OK!'; | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment