Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 application: chromeproxy-test | 5 #application: chromeproxy-test |
|
sclittle
2016/08/09 21:31:31
Why did you comment these lines out?
Robert Ogden
2016/08/09 21:56:22
New version of appengine throws up with those give
| |
| 6 version: 1 | 6 #version: 1 |
| 7 runtime: go | 7 runtime: go |
| 8 api_version: go1 | 8 api_version: go1 |
| 9 | 9 |
| 10 handlers: | 10 handlers: |
| 11 - url: /image | 11 - url: /image |
| 12 static_dir: image | 12 static_dir: image |
| 13 - url: /.* | 13 - url: /.* |
| 14 script: _go_app | 14 script: _go_app |
| OLD | NEW |