summaryrefslogtreecommitdiff
path: root/repoze/bfg/static.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/static.py')
-rw-r--r--repoze/bfg/static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/static.py b/repoze/bfg/static.py
index 36a855dfb..5effd4e4b 100644
--- a/repoze/bfg/static.py
+++ b/repoze/bfg/static.py
@@ -126,7 +126,7 @@ class StaticURLInfo(object):
# register a route using this view
self.config.add_route(
name,
- "%s*subpath" % name,
+ "%s/*subpath" % name,
view=view,
view_for=self.__class__,
factory=lambda *x: self,