Another round of fixing chatops urls
This commit is contained in:
parent
89b6b06879
commit
3a2cb99ac9
1 changed files with 0 additions and 4 deletions
|
|
@ -53,16 +53,12 @@ if settings.FEATURE_PROMETHEUS_EXPORTER_ENABLED:
|
|||
if settings.FEATURE_TELEGRAM_INTEGRATION_ENABLED:
|
||||
urlpatterns += [
|
||||
path("telegram/", include("apps.telegram.urls")),
|
||||
# urls for chatops-proxy v3. Currently, they are experimental.
|
||||
path("api/v3/webhook/telegram/", include("apps.telegram.urls", namespace="telegram_v3")),
|
||||
]
|
||||
|
||||
if settings.FEATURE_SLACK_INTEGRATION_ENABLED:
|
||||
urlpatterns += [
|
||||
path("api/internal/v1/slack/", include("apps.slack.urls")),
|
||||
path("slack/", include("apps.slack.urls")),
|
||||
# urls for chatops-proxy v3. Currently, they are experimental.
|
||||
path("api/v3/webhook/slack/", include("apps.slack.urls"), name="slack_v3"),
|
||||
]
|
||||
|
||||
if settings.IS_OPEN_SOURCE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue