diff options
| author | Andrew Gerrand <adg@golang.org> | 2014-03-20 09:47:08 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2014-03-20 09:47:08 +1100 |
| commit | f6f66f2b5a36c6fddcba0fb0dce7ff4d020f3c86 (patch) | |
| tree | 2190688e6d3e51238160fbd47f7292e86ad16bc8 /app.yaml | |
| parent | 11228f5cdce0c7a538cc33728a3c25e822649090 (diff) | |
| download | golang-id-tour-f6f66f2b5a36c6fddcba0fb0dce7ff4d020f3c86.tar.xz | |
go-tour: remove redundant talks directive from app.yaml
LGTM=campoy
R=campoy
CC=golang-codereviews
https://golang.org/cl/77950043
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,8 +11,6 @@ handlers: upload: static/img/favicon.ico - url: /content/img static_dir: content/img -- url: /talks - static_dir: talks - url: /static/ static_dir: static application_readable: true |
