Add support for Discord webhooks
This commit is contained in:
@ -9,4 +9,5 @@ app_name: str = "core"
|
||||
|
||||
urlpatterns: list[URLPattern | URLResolver] = [
|
||||
path(route="", view=views.index, name="index"),
|
||||
path(route="test/", view=views.test_webhook, name="test"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user