Provide HTML representation of responses
[mygpo-feedservice.git] / feedservice / app.yaml
blobb769dcd7e24ff3a5e447e4daa1563683398e0048
1 application: mygpo-feedservice
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /
8   static_files: index.html
9   upload: index.html
11 - url: /static
12   static_dir: static
14 - url: /.*
15   script: main.py