refactor(routes): sync port with changed route
This commit is contained in:
parent
91b84434d0
commit
f5206175da
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user