diff --git a/apps/notification/create_global_templates.py b/apps/notification/create_global_templates.py index 667aa1f..90b2547 100644 --- a/apps/notification/create_global_templates.py +++ b/apps/notification/create_global_templates.py @@ -86,7 +86,7 @@ class GlobalTemplateCreator: async with aiohttp.ClientSession() as session: async with session.post( - f"{self.base_url}/templates/admin/global_templates/create", + f"{self.base_url}/admin/global_templates/create", json=template_data, headers=headers ) as response: