Remove legacy /api/v1/get_old_messages endpoint.

(imported from commit 2ca426f08f9f862e756a1fda55bb2764997aeb76)
This commit is contained in:
Tim Abbott
2013-12-11 14:40:28 -05:00
parent 795f716daf
commit 01428e5076
3 changed files with 3 additions and 11 deletions

View File

@@ -141,7 +141,6 @@ urlpatterns += patterns('zerver.views',
# These are json format views used by the API. They require an API key.
url(r'^api/v1/get_profile$', 'api_get_profile'),
url(r'^api/v1/get_old_messages$', 'api_get_old_messages'),
url(r'^api/v1/send_message$', 'api_send_message'),
url(r'^api/v1/update_pointer$', 'api_update_pointer'),