mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 22:48:16 +00:00
Expose an endpoint to identify the API/webclient bases for a particular user.
We fall back to guessing based on the realm if the user doesn't have a profile in our system (imported from commit 833885168c451074c885b4422d62986855a215f7)
This commit is contained in:
@@ -3,4 +3,5 @@ from django.conf.urls import patterns, url, include
|
||||
urlpatterns = patterns('zilencer.views',
|
||||
url('^feedback$', 'rest_dispatch',
|
||||
{'POST': 'submit_feedback'}),
|
||||
url('^endpoints$', 'lookup_endpoints_for_user'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user