Exemple #1
0
def add_301(config, pattern, location, name=None):
    _route_and_view(
        config, pattern, xpartial(redirect, HTTPMovedPermanently, location), name=name)
Exemple #2
0
def add_301(config, pattern, location, name=None):
    _route_and_view(config,
                    pattern,
                    xpartial(redirect, HTTPMovedPermanently, location),
                    name=name)