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 Jun 6, 2023
1 parent 24e4a25 commit 3d4a003
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
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.

0 comments on commit 3d4a003

Please sign in to comment.