Skip to content

Commit

Permalink
chore: Link to for example because Multer seems to be more up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Jan 20, 2024
1 parent ec01683 commit 84566f7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 80 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This page contains list of examples using Express.
- [hello-world](./hello-world) - Simple request handler
- [markdown](./markdown) - Markdown as template engine
- [multi-router](./multi-router) - Working with multiple Express routers
- [multipart](./multipart) - Accepting multipart-encoded forms
- [mutipart](https://github.com/expressjs/multer) - Accepting multipart-encoded forms, handling `multipart/form-data`
- [mvc](./mvc) - MVC-style controllers
- [online](./online) - Tracking online user activity with `online` and `redis` packages
- [params](./params) - Working with route parameters
Expand Down
63 changes: 0 additions & 63 deletions examples/multipart/index.js

This file was deleted.

15 changes: 0 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"marked": "^11.0.0",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"multiparty": "^4.2.3",
"online": "^0.0.1",
"pbkdf2-password": "^1.2.1",
"redis": "^4.6.12",
Expand Down

0 comments on commit 84566f7

Please sign in to comment.