fix(swarm): failed to deploy app template [BE-11385] (#135)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user