def index()

in example/rider_dashboard.py [0:0]


def index():
    """Index controller to redirect user to sign in with uber."""
    return redirect(auth_flow.get_authorization_url())