fix(swarm): failed to deploy app template [BE-11385] (#135)

release/2.24.0
Oscar Zhou 2024-11-15 11:19:33 +13:00 committed by GitHub
parent 025a409ab5
commit 64b5d1df2d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export async function createSwarmStackFromGit({
}: SwarmGitRepositoryPayload) {
try {
const { data } = await axios.post<Stack>(
buildCreateUrl('standalone', 'repository'),
buildCreateUrl('swarm', 'repository'),
payload,
{
params: { endpointId: environmentId },