urls: Clarify comment on mobile device credentials.

This commit is contained in:
Tim Abbott 2016-06-24 16:04:14 -07:00
parent 6f06101b73
commit aebd84cb1b
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ v1_api_and_json_patterns = patterns('zerver.views',
'PUT': 'update_pointer_backend'}),
url(r'^users/me/presence$', 'rest_dispatch',
{'POST': 'update_active_status_backend'}),
# Endpoint used by iOS devices to register their
# unique APNS device token
# Endpoint used by mobile devices to register their push
# notification credentials
url(r'^users/me/apns_device_token$', 'rest_dispatch',
{'POST' : 'add_apns_device_token',
'DELETE': 'remove_apns_device_token'}),