Skip to content

Commit

Permalink
fix append register on url patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Barbosa committed Feb 13, 2025
1 parent 47293b5 commit 30794b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion marketplace/core/types/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
path(
"apptypes/wpp-cloud/",
include("marketplace.core.types.channels.whatsapp_cloud.catalogs.urls"),
),
)
)

url_patterns.append(
path(
"apptypes/wpp-cloud/list_wpp-cloud/<uuid:project_uuid>/",
WhatsAppCloudInsights.as_view(),
Expand Down

0 comments on commit 30794b2

Please sign in to comment.