311c87b47029c5c719af7c425bfdc627680db3ce
[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: /scan
11   static_files: site/scan.html
12   upload: site/scan.html
13
14 - url: (.*)/
15   static_files: site\1/index.html
16   upload: site/index.html
17
18 - url: /
19   static_dir: site