Morgan's cosmetic improvement to a translation, and equivalent for other translations...
[zxing.git] / zxing.appspot.com / app.yaml
index 9f125b5..0463ea9 100644 (file)
@@ -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