WebKitTools/TestResultServer/app.yaml
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     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: /testfile/delete
       
    11   script: main.py
       
    12   login: admin
       
    13 
       
    14 - url: /dashboards/delete
       
    15   script: main.py
       
    16   login: admin
       
    17 
       
    18 - url: /.*
       
    19   script: main.py