mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(swarm): failed to deploy app template [BE-11385] (#135)
This commit is contained in:
parent
025a409ab5
commit
64b5d1df2d
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