mirror of https://github.com/zulip/zulip.git
Delete old route for json/change_enter_sends.
This commit is contained in:
parent
42fe918138
commit
86fb7103fa
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue