Small change to make the yaml file match the Ant script.
[zxing.git] / zxing.appspot.com / app.yaml
1 application: zxing
2 version: 1
3 runtime: python
4 api_version: 1
5
6 handlers:
7 - url: /generator
8   script: redirect.py
9
10 - url: (.*)/
11   static_files: site\1/index.html
12   upload: site/index.html
13
14 - url: /
15   static_dir: site