Skip to content

Commit

Permalink
⬆️ multer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitthi committed Dec 16, 2023
1 parent 7eb0702 commit d52e418
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = "1"
axum = "0.7"
futures-util = "0.3"
http = "1"
multer = "2"
multer = "3"
futures = "0.3"
bytes = "1"

Expand Down
1 change: 1 addition & 0 deletions examples/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async function bootstrap() {
res.json({
data: {
is_params: true,
params: req.params(),
name: 'Nylon',
version: '1.0.0',
path: req.path(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nylon-rs",
"version": "2.0.6",
"version": "2.0.7",
"description": "Nylon is a web framework for Node.js built with Tokio, Tower, Hyper, and Napi-rs",
"main": "index.js",
"repository": "https://github.com/Aitthi/nylon",
Expand Down

0 comments on commit d52e418

Please sign in to comment.