mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
ENTERPRISE => VOYAGER.
(imported from commit 4f8080b9f506a87ca40bef32e39de5218cba916a)
This commit is contained in:
@@ -254,7 +254,7 @@ v1_api_and_json_patterns = patterns('zerver.views',
|
||||
{'GET': 'get_events_backend',
|
||||
'DELETE': 'cleanup_event_queue'}),
|
||||
)
|
||||
if not settings.ENTERPRISE:
|
||||
if not settings.VOYAGER:
|
||||
v1_api_and_json_patterns += patterns('',
|
||||
# Still scoped to api/v1/, but under a different project
|
||||
url(r'^deployments/', include('zilencer.urls.api')),
|
||||
|
||||
Reference in New Issue
Block a user