From ead8aab21e046f8ff73b7318b42dcd8a6bb6bd14 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 20 Mar 2015 18:13:03 -0500 Subject: [PATCH] fixed app.example.yaml, thanks Niphlod --- examples/app.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app.example.yaml b/examples/app.example.yaml index 46cf7bb0..5b3dac7f 100644 --- a/examples/app.example.yaml +++ b/examples/app.example.yaml @@ -21,7 +21,7 @@ handlers: # the parametric router's language logic. # You cannot use them together. -- url: /(.+?)/static/_\d.\d.\d\/(.+) +- url: /(.+?)/static/_[\d]+.[\d]+.[\d]+\/(.+) static_files: applications/\1/static/\2 upload: applications/(.+?)/static/(.+) secure: optional