We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d2ae52 + bf115c7 commit 82f7c5dCopy full SHA for 82f7c5d
1 file changed
apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx
@@ -86,7 +86,7 @@ export const ShowDeployments = ({
86
<span>Webhook URL: </span>
87
<div className="flex flex-row items-center gap-2">
88
<span className="break-all text-muted-foreground">
89
- {`${url}/api/deploy/${refreshToken}`}
+ {`${url}/api/deploy${type === 'compose' ? '/compose' : ''}/${refreshToken}`}
90
</span>
91
{(type === "application" || type === "compose") && (
92
<RefreshToken id={id} type={type} />
0 commit comments