Skip to content

Instantly share code, notes, and snippets.

@geek1706
Created September 21, 2018 06:03
Show Gist options
  • Save geek1706/4ee1075b6c18ae7e6a43e2155b9eb8a9 to your computer and use it in GitHub Desktop.
Save geek1706/4ee1075b6c18ae7e6a43e2155b9eb8a9 to your computer and use it in GitHub Desktop.
Parse server 3.0 Cloud Function
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