mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(swarm): failed to deploy app template [BE-11385] (#138)
This commit is contained in:
parent
17c92343e0
commit
bc44056815
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue