diff --git a/httpbin/helpers.py b/httpbin/helpers.py index ef146e9..00e29ea 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -25,8 +25,8 @@ ASCII_ART = """ `\"\"\"` """ -REDIRECT_LOCATION = 'http://httpbin.org/redirect/1' - +REDIRECT_LOCATION = '/redirect/1' +# TODO: url_for. def get_files():