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