change function example

This commit is contained in:
Asim Aslam
2021-10-11 14:25:37 +01:00
parent 6ada3cd5b5
commit 400b8d52fe

View File

@@ -3,7 +3,7 @@
{ {
"title": "Deploy a function", "title": "Deploy a function",
"request": { "request": {
"repo": "github.com/crufter/gcloud-nodejs-test", "repo": "github.com/m3o/nodejs-function-example",
"name": "my-first-func", "name": "my-first-func",
"entrypoint": "helloworld", "entrypoint": "helloworld",
"project": "tests" "project": "tests"
@@ -35,7 +35,7 @@
"project": "a", "project": "a",
"name": "test4", "name": "test4",
"entrypoint": "helloworld", "entrypoint": "helloworld",
"repo": "github.com/crufter/gcloud-nodejs-test", "repo": "github.com/m3o/nodejs-function-example",
"subfolder": "" "subfolder": ""
} }
] ]