Fix Signal receiving
This commit is contained in:
10
app/urls.py
10
app/urls.py
@@ -220,6 +220,16 @@ urlpatterns = [
|
||||
compose.ComposeContactMatch.as_view(),
|
||||
name="compose_contact_match",
|
||||
),
|
||||
path(
|
||||
"compose/contacts/create/",
|
||||
compose.ComposeContactCreate.as_view(),
|
||||
name="compose_contact_create",
|
||||
),
|
||||
path(
|
||||
"compose/contacts/create-all/",
|
||||
compose.ComposeContactCreateAll.as_view(),
|
||||
name="compose_contact_create_all",
|
||||
),
|
||||
# AIs
|
||||
path(
|
||||
"ai/workspace/",
|
||||
|
||||
Reference in New Issue
Block a user