Delete old route for json/change_enter_sends.

This commit is contained in:
Ashish 2016-04-02 01:43:33 +05:30 committed by Tim Abbott
parent 42fe918138
commit 86fb7103fa
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ urlpatterns += patterns('zerver.views',
url(r'^json/get_active_statuses$', 'json_get_active_statuses'),
url(r'^json/tutorial_send_message$', 'tutorial.json_tutorial_send_message'),
url(r'^json/tutorial_status$', 'tutorial.json_tutorial_status'),
url(r'^json/change_enter_sends$', 'user_settings.json_change_enter_sends'),
url(r'^json/get_profile$', 'json_get_profile'),
url(r'^json/report_error$', 'report.json_report_error'),
url(r'^json/report_send_time$', 'report.json_report_send_time'),