Skip to content

Commit

Permalink
update image in express lesson - numbers are now sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktu12 committed Mar 26, 2024
1 parent 780f8ba commit 7149521
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/lessons/express/node-only-flow.png
Binary file not shown.
2 changes: 1 addition & 1 deletion lessons/module-3/express.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ When we add Express, there are a couple of additional steps added to the flow of

While the Express flow might look more complex, it actually makes the developer's job a lot easier. In this flow, the developer is only responsible for the "Middleware" part of the process. This replaces the single route handler function that you would write with only Node `http`. Writing middleware for Express is a lot easier to write and more maintainable because of the "Express" step that abstracts the complex logic for us.

[node-only-flow]: /assets/images/lessons/express/node-only-flow.png
[node-only-flow]: /assets/images/lessons/express/node-only-flow-update.png
[express-flow]: /assets/images/lessons/express/express-flow.png

## Routing & Middleware
Expand Down

0 comments on commit 7149521

Please sign in to comment.