OLD | NEW |
---|---|
1 application: chrome-apps-doc | 1 application: chrome-apps-doc |
2 version: 2-2-1 | 2 version: 2-3-1 |
3 runtime: python27 | 3 runtime: python27 |
not at google - send to devlin
2013/05/14 05:37:56
presubmit message needs to be better, this should
| |
4 api_version: 1 | 4 api_version: 1 |
5 threadsafe: false | 5 threadsafe: false |
6 | 6 |
7 handlers: | 7 handlers: |
8 - url: /robots\.txt | 8 - url: /robots\.txt |
9 static_files: robots.txt | 9 static_files: robots.txt |
10 upload: robots.txt | 10 upload: robots.txt |
11 - url: /favicon\.ico | 11 - url: /favicon\.ico |
12 static_files: chrome-32.ico | 12 static_files: chrome-32.ico |
13 upload: chrome-32.ico | 13 upload: chrome-32.ico |
14 - url: /.* | 14 - url: /.* |
15 script: appengine_main.py | 15 script: appengine_main.py |
OLD | NEW |