X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=zxing.appspot.com%2Fapp.yaml;h=0463ea94d3108967f50a5f0a3aadee9b403f8463;hb=ef12874e4f453e20e5ed40fb5dd6a929b3e76923;hp=bfbaf3ee1f12b81ed87c009c298a9fca82b616d3;hpb=9021f496a3a6abe3df19ca0caa52f4834b0c6129;p=zxing.git diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index bfbaf3ee..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,6 +7,14 @@ 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: site\1/index.html upload: site/index.html