mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
urls: Clarify comment on v1_api_and_json_patterns.
This commit is contained in:
@@ -146,7 +146,7 @@ urls = list(i18n_urls)
|
|||||||
# please add it here.
|
# please add it here.
|
||||||
# See rest_dispatch in zerver.lib.rest for an explanation of auth methods used
|
# 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 = [
|
v1_api_and_json_patterns = [
|
||||||
# realm-level calls
|
# realm-level calls
|
||||||
url(r'^realm$', rest_dispatch,
|
url(r'^realm$', rest_dispatch,
|
||||||
|
|||||||
Reference in New Issue
Block a user