mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): typo in backend challenge (#46651)
fix: typo in backend challenge
This commit is contained in:
parent
8bc5b0a310
commit
25a79bb990
@ -8,7 +8,7 @@ dashedName: chain-middleware-to-create-a-time-server
|
||||
|
||||
# --description--
|
||||
|
||||
Middleware can be mounted at a specific route using `app.METHOD(path, middlewareFunction)`. Middleware can also be chained inside route definition.
|
||||
Middleware can be mounted at a specific route using `app.METHOD(path, middlewareFunction)`. Middleware can also be chained within a route definition.
|
||||
|
||||
Look at the following example:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user