Skip to content

Commit

Permalink
examples: remove multipart example
Browse files Browse the repository at this point in the history
Closes #5193
closes #5195
  • Loading branch information
riddlew authored and dougwilson committed Feb 19, 2024
1 parent 2a89eb5 commit 3abea7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
1 change: 0 additions & 1 deletion examples/README.md
Expand Up @@ -13,7 +13,6 @@ 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
- [mvc](./mvc) - MVC-style controllers
- [online](./online) - Tracking online user activity with `online` and `redis` packages
- [params](./params) - Working with route parameters
Expand Down
62 changes: 0 additions & 62 deletions examples/multipart/index.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -73,7 +73,6 @@
"method-override": "3.0.0",
"mocha": "10.2.0",
"morgan": "1.10.0",
"multiparty": "4.2.3",
"nyc": "15.1.0",
"pbkdf2-password": "1.2.1",
"supertest": "6.3.0",
Expand Down

0 comments on commit 3abea7f

Please sign in to comment.