Skip to content

Commit f1e97a4

Browse files
authored
Merge branch 'master' into kokoroDatastore
2 parents e2325fe + fd0bf0e commit f1e97a4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

appengine/cloudtasks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you can run or deploy the sample, you need to do the following:
3030

3131
1. Refer to the [appengine/README.md][readme] file for instructions on
3232
running and deploying.
33-
1. Enable the Cloud Tasks API in the [Google Cloud Console](https://cloud.google.com/apis/library/cloudtasks.googleapis.com).
33+
1. Enable the Cloud Tasks API in the [Google Cloud Console](https://console.cloud.google.com/apis/api/tasks.googleapis.com).
3434
1. Install dependencies:
3535

3636
With `npm`:

appengine/static-files/app.standard.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
1313

1414
# [START app_yaml]
1515
runtime: nodejs8
16+
17+
handlers:
18+
- url: /static
19+
static_dir: public
20+
21+
- url: /.*
22+
script: auto
1623
# [END app_yaml]

appengine/static-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"express": "4.16.2",
25-
"pug": "2.0.0"
25+
"pug": "2.0.3"
2626
},
2727
"devDependencies": {
2828
"@google-cloud/nodejs-repo-tools": "2.2.1"

0 commit comments

Comments
 (0)