fix(swarm): failed to deploy app template [BE-11385] (#135)
parent
025a409ab5
commit
64b5d1df2d
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue