From ce077a64035f006fb169a8ec7681a60c334dc1d7 Mon Sep 17 00:00:00 2001 From: Jackson Barbosa <=> Date: Thu, 13 Feb 2025 18:41:17 -0300 Subject: [PATCH] fix url pattern writing --- marketplace/core/types/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketplace/core/types/urls.py b/marketplace/core/types/urls.py index 154514a5..b1f56e18 100644 --- a/marketplace/core/types/urls.py +++ b/marketplace/core/types/urls.py @@ -28,7 +28,7 @@ ) ) -url_patterns.append( +urlpatterns.append( path( "apptypes/wpp-cloud/list_wpp-cloud//", WhatsAppCloudInsights.as_view(),