diff --git a/zproject/urls.py b/zproject/urls.py index 4c5c1b7a3e..776a00a93a 100644 --- a/zproject/urls.py +++ b/zproject/urls.py @@ -440,7 +440,7 @@ v1_api_and_json_patterns = [ # It's important that this sit after users/me/presence so that # Django's URL resolution order doesn't break the # /users/me/presence endpoint. - rest_path(r'users//presence', + rest_path('users//presence', GET=get_presence_backend), rest_path('realm/presence', GET=get_statuses_for_realm),