Send browser errors back to the server

(imported from commit 8c676017e8b3fc4f17552db15d32266099dba8f2)
This commit is contained in:
Zev Benjamin
2013-03-11 15:54:27 -04:00
parent 2c4c6ba43e
commit 1109d20149
3 changed files with 33 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ urlpatterns = patterns('',
url(r'^json/tutorial_send_message$', 'zephyr.views.json_tutorial_send_message'),
url(r'^json/change_enter_sends$', 'zephyr.views.json_change_enter_sends'),
url(r'^json/get_profile$', 'zephyr.views.json_get_profile'),
url(r'^json/report_error$', 'zephyr.views.json_report_error'),
# These are json format views used by the API. They require an API key.
url(r'^api/v1/get_messages$', 'zephyr.tornadoviews.api_get_messages'),