Delete old route for json/set_alert_words.

This commit is contained in:
Ashish
2016-04-02 00:45:09 +05:30
committed by Tim Abbott
parent c0a218edfc
commit cfefc94200
2 changed files with 0 additions and 8 deletions

View File

@@ -130,7 +130,6 @@ urlpatterns += patterns('zerver.views',
url(r'^json/update_message$', 'messages.json_update_message'),
url(r'^json/fetch_raw_message$', 'messages.json_fetch_raw_message'),
url(r'^json/refer_friend$', 'json_refer_friend'),
url(r'^json/set_alert_words$', 'alert_words.json_set_alert_words'),
url(r'^json/set_muted_topics$', 'json_set_muted_topics'),
url(r'^json/set_avatar$', 'user_settings.json_set_avatar'),
url(r'^json/time_setting$', 'user_settings.json_time_setting'),