Switch to unified view
a/Allura/allura/controllers/static.py | b/Allura/allura/controllers/static.py | ||
---|---|---|---|
... |
... |
||
26 | @expose() |
26 | @expose() |
27 | @with_trailing_slash |
27 | @with_trailing_slash |
28 | def redirect(self, path, **kw): |
28 | def redirect(self, path, **kw): |
29 | """Redirect to external sites.""" |
29 | """Redirect to external sites.""" |
30 | redirect(path) |
30 | redirect(path) |
31 |