Skip to content

Commit

Permalink
Test parse cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Mar 10, 2016
1 parent 963dff8 commit 67b342a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test-parse-cloud
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

curl -X POST \
-H "X-Parse-Application-Id: appId" \
-H "Content-Type: application/json" \
-d '{}' \
http://localhost:1337/parse/functions/hello

0 comments on commit 67b342a

Please sign in to comment.