Adding gwt QR Code generator, and appspot configuration files.
[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: static\1/index.html
12   upload: static/index.html
13
14 - url: /
15   static_dir: static
16