zilencer: Rename remote_server_unregister_push.

This commit is contained in:
Rishi Gupta
2018-04-28 15:07:47 -07:00
parent 76650f5930
commit 42a99e8c1d
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ v1_api_and_json_patterns = [
url('^remotes/push/register$', rest_dispatch,
{'POST': 'zilencer.views.register_remote_push_device'}),
url('^remotes/push/unregister$', rest_dispatch,
{'POST': 'zilencer.views.remote_server_unregister_push'}),
{'POST': 'zilencer.views.unregister_remote_push_device'}),
url('^remotes/push/notify$', rest_dispatch,
{'POST': 'zilencer.views.remote_server_notify_push'}),
]