From f5206175da0836b54b9b20bc846d0a710b20001f Mon Sep 17 00:00:00 2001 From: YuehuCao Date: Mon, 11 Aug 2025 23:20:32 +0800 Subject: [PATCH] refactor(routes): sync port with changed route --- apps/notification/create_global_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: