initial import
[vuplus_webkit] / Tools / TestResultServer / app.yaml
1 application: test-results
2 version: 1
3 runtime: python
4 api_version: 1
5
6 handlers:
7 - url: /stylesheets
8   static_dir: stylesheets
9
10 - url: /dashboards
11   static_dir: static-dashboards
12
13 - url: /testfile/delete
14   script: main.py
15   login: admin
16
17 - url: /.*
18   script: main.py