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: content/docs/basics/middleware.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Server middleware runs on every HTTP request, even if you have not defined any r
20
20
21
21
They are great for adding additional functionality to your app that does not rely on the routing system of the framework. For example, the Static assets middleware is registered as server middleware.
22
22
23
-
You can register server middleware using the `serve.use` method inside the `start/kernel.ts` file.
23
+
You can register server middleware using the `server.use` method inside the `start/kernel.ts` file.
0 commit comments