| Index: Tools/TestResultServer/app.yaml
|
| diff --git a/Tools/TestResultServer/app.yaml b/Tools/TestResultServer/app.yaml
|
| index e5a2b31711203a177f5cefbf713c24cfa05ebb5c..1026be1931d23013f7f2be6c77cc4644894d82e1 100644
|
| --- a/Tools/TestResultServer/app.yaml
|
| +++ b/Tools/TestResultServer/app.yaml
|
| @@ -1,7 +1,8 @@
|
| application: test-results
|
| version: 1
|
| -runtime: python
|
| +runtime: python27
|
| api_version: 1
|
| +threadsafe: true
|
|
|
| handlers:
|
| - url: /stylesheets
|
| @@ -11,8 +12,8 @@ handlers:
|
| static_dir: static-dashboards
|
|
|
| - url: /testfile/delete
|
| - script: main.py
|
| + script: main.app
|
| login: admin
|
|
|
| - url: /.*
|
| - script: main.py
|
| + script: main.app
|
|
|