Created a page at http://zxing.appspot.com/scan which is the fall-through if Barcode...
[zxing.git] / zxing.appspot.com / app.yaml
index bfbaf3e..311c87b 100644 (file)
@@ -7,6 +7,10 @@ handlers:
 - url: /generator
   script: redirect.py
 
+- url: /scan
+  static_files: site/scan.html
+  upload: site/scan.html
+
 - url: (.*)/
   static_files: site\1/index.html
   upload: site/index.html