Skip to content

Commit

Permalink
feat(docs): update sequence.md to refer to latest Express support
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed May 11, 2020
1 parent 21367df commit c57d182
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/site/Sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,11 @@ actions.

## Working with Express middleware

{% include warning.html content="First-class support for Express middleware has
been added to LoopBack since v4.0.0 of `@loopback/rest`. Please refer to
[Using Express Middleware](Express-middleware.md). The following information
only applies to earlier versions of `@loopback/rest`." %}

Under the hood, LoopBack leverages [Express](https://expressjs.com) framework
and its concept of middleware. To avoid common pitfalls, it is not possible to
mount Express middleware directly on a LoopBack application. Instead, LoopBack
Expand Down

0 comments on commit c57d182

Please sign in to comment.