Skip to content

Commit

Permalink
fix url pattern writing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Barbosa committed Feb 13, 2025
1 parent 30794b2 commit ce077a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace/core/types/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
)
)

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

0 comments on commit ce077a6

Please sign in to comment.