Added /json/set_muted_topics

(imported from commit e9072cd273fabf0e072b6a5e9ed80b07142f1013)
This commit is contained in:
Steve Howell
2013-09-09 18:06:24 -04:00
parent 21456091e4
commit b7ef86bc34
4 changed files with 37 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ urlpatterns += patterns('zerver.views',
url(r'^json/fetch_raw_message$', 'json_fetch_raw_message'),
url(r'^json/refer_friend$', 'json_refer_friend'),
url(r'^json/set_alert_words$', 'json_set_alert_words'),
url(r'^json/set_muted_topics$', 'json_set_muted_topics'),
# These are json format views used by the API. They require an API key.
url(r'^api/v1/get_profile$', 'api_get_profile'),