Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 application: test-results | 1 application: test-results |
| 2 version: 1 | 2 version: 1 |
| 3 runtime: python | 3 runtime: python27 |
| 4 api_version: 1 | 4 api_version: 1 |
| 5 threadsafe: true | |
| 5 | 6 |
| 6 handlers: | 7 handlers: |
| 7 - url: /stylesheets | 8 - url: /stylesheets |
| 8 static_dir: stylesheets | 9 static_dir: stylesheets |
| 9 | 10 |
| 10 - url: /dashboards | 11 - url: /dashboards |
| 11 static_dir: static-dashboards | 12 static_dir: static-dashboards |
| 12 | 13 |
| 13 - url: /testfile/delete | 14 - url: /testfile/delete |
| 14 script: main.py | 15 script: main.app |
| 15 login: admin | 16 login: admin |
| 16 | 17 |
| 17 - url: /.* | 18 - url: /.* |
| 18 script: main.py | 19 script: main.app |
| OLD | NEW |