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.
1 parent 1e039cb commit 134f350Copy full SHA for 134f350
docs/content/3.middleware/2.guides/3.extensions.md
@@ -65,7 +65,7 @@ const extension = {
65
Middleware extensions allow you to extend your Express.js server, register additional API endpoints, or hook into the
66
lifecycle of a request sent to a given Server Middleware integration from the application.
67
68
-<img alt="Middleware Data Flow" src="./img/extensions/data-flow.svg" class="mx-auto" />
+<img alt="Middleware Data Flow" src="../img/extensions/data-flow.svg" class="mx-auto" />
69
70
## Use Cases
71
0 commit comments