X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=zxing.appspot.com%2Fapp.yaml;h=0463ea94d3108967f50a5f0a3aadee9b403f8463;hb=b4f959c37f0d6d2ce55d5e79e893f306aafcea13;hp=311c87b47029c5c719af7c425bfdc627680db3ce;hpb=c543764ba8dbf541ea70e8be085cc1b75ccd353d;p=zxing.git diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index 311c87b4..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 @@ -11,6 +11,10 @@ handlers: 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