From ffb3291c826f6cc79abff1e28c3b552ca05c2e58 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 19 Nov 2016 19:10:23 -0800 Subject: [PATCH] urls: Clarify comment on v1_api_and_json_patterns. --- zproject/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zproject/urls.py b/zproject/urls.py index 827eafb626..650ea03be4 100644 --- a/zproject/urls.py +++ b/zproject/urls.py @@ -146,7 +146,7 @@ urls = list(i18n_urls) # please add it here. # See rest_dispatch in zerver.lib.rest for an explanation of auth methods used # -# All of these paths are accessed by either a /json or /api prefix +# All of these paths are accessed by either a /json or /api/v1 prefix v1_api_and_json_patterns = [ # realm-level calls url(r'^realm$', rest_dispatch,