You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/core/applications/zero-downtime.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Make sure the API Route exists in your application
38
38
## Example
39
39
40
40
1. We will use this example [Github Repo](https://github.com/Dokploy/swarm-test)
41
-
2. It Have a endpoint called `health`[enbpoint](https://github.com/Dokploy/swarm-test/blob/main/index.js#L20) which is the one that will tell us if our application is healthy.
41
+
2. It Have a endpoint called `health`[endpoint](https://github.com/Dokploy/swarm-test/blob/main/index.js#L20) which is the one that will tell us if our application is healthy.
42
42
3. For testing purpose I've added a sleep to simulate the delay between the deployments and you can see the bad gateway error.
0 commit comments