refactor(routes): sync port with changed route

This commit is contained in:
YuehuCao 2025-08-11 23:20:32 +08:00
parent 91b84434d0
commit f5206175da

View File

@ -86,7 +86,7 @@ class GlobalTemplateCreator:
async with aiohttp.ClientSession() as session: async with aiohttp.ClientSession() as session:
async with session.post( async with session.post(
f"{self.base_url}/templates/admin/global_templates/create", f"{self.base_url}/admin/global_templates/create",
json=template_data, json=template_data,
headers=headers headers=headers
) as response: ) as response: