following Niphlod's advice in app.example.yaml regex syntax

This commit is contained in:
mdipierro
2015-03-20 18:39:19 -05:00
parent ead8aab21e
commit f27b9d7a23
+2 -2
View File
@@ -21,8 +21,8 @@ handlers:
# the parametric router's language logic.
# You cannot use them together.
- url: /(.+?)/static/_[\d]+.[\d]+.[\d]+\/(.+)
static_files: applications/\1/static/\2
- url: /(.+?)/static/_(\d+\.\d+\.\d+)\/(.+)
static_files: applications/\1/static/\3
upload: applications/(.+?)/static/(.+)
secure: optional
expiration: "365d"