update to reflect API changes
[gae-samples.git] / muvmuv / app.yaml
blobc97bd643af92c2b0b127ef8fac85c0c2cf98a045
1 application: muvmuv
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
10 - url: /.*
11   script: main.py