X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=zxing.appspot.com%2Fapp.yaml;h=0463ea94d3108967f50a5f0a3aadee9b403f8463;hb=b67bb192563c0f16bbff8d02d6bf7aa3f949d9be;hp=9f125b59ea51717cc8de157c6dc4edde279f0a42;hpb=e5d4fe0c247b6f218c17070069d464a2bd168ad4;p=zxing.git diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index 9f125b59..0463ea94 100644 --- a/zxing.appspot.com/app.yaml +++ b/zxing.appspot.com/app.yaml @@ -1,5 +1,5 @@ application: zxing -version: 1 +version: 2 runtime: python api_version: 1 @@ -7,10 +7,17 @@ handlers: - url: /generator script: redirect.py +- url: /scan + static_files: site/scan.html + upload: site/scan.html + +- url: /favicon.ico + static_files: static/favicon.ico + upload: static/favicon.ico + - url: (.*)/ - static_files: static\1/index.html - upload: static/index.html + static_files: site\1/index.html + upload: site/index.html - url: / - static_dir: static - + static_dir: site