Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 application: crashpad-home | |
| 2 version: 1 | |
| 3 runtime: go | |
| 4 api_version: go1 | |
| 5 | |
| 6 handlers: | |
| 7 - url: /favicon\.ico | |
|
Mark Mentovai
2015/10/08 21:46:16
I’d rather serve this out of git too, so that the
| |
| 8 static_files: favicon.ico | |
| 9 upload: favicon\.ico | |
| 10 | |
| 11 - url: /.* | |
| 12 script: _go_app | |
| OLD | NEW |