mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Fix typo in comment
(imported from commit c3947566aeec1f07c1597eec31c5447c0525e5b1)
This commit is contained in:
@@ -146,7 +146,7 @@ urlpatterns += patterns('zerver.views',
|
||||
# requires an API key.
|
||||
url(r'^api/v1/send_message$', 'messages.api_send_message'),
|
||||
|
||||
# This json format view used by the mobila apps accepts a username
|
||||
# This json format view used by the mobile apps accepts a username
|
||||
# password/pair and returns an API key.
|
||||
url(r'^api/v1/fetch_api_key$', 'api_fetch_api_key'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user