FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
parse-server-example/cloud/main.js at master · sharpred/parse-server-example · GitHub
sharpred
/
parse-server-example
Public
forked from
parse-community/parse-server-example
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
parse-server-example
/
cloud
/
main.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
4 lines (3 loc) · 75 Bytes
Breadcrumbs
parse-server-example
/
cloud
/
main.js
Copy path
File metadata and controls
4 lines (3 loc) · 75 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
Parse
.
Cloud
.
define
(
'hello'
,
function
(
req
,
res
)
{
res
.
success
(
'Hi'
)
;
}
)
;
Back
|
FazBrowse Home
|
New Git URL