1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Updated forms/multipart to v4. (#503)

This commit is contained in:
Christopher Gubbin
2022-01-29 16:40:50 +00:00
committed by GitHub
parent e903184a12
commit 5df5bd10ea
3 changed files with 11 additions and 14 deletions

View File

@ -7,7 +7,7 @@ cd forms/multipart
cargo run
```
``` open web browser to localhost:3000 and upload file(s) ```
``` open web browser to localhost:8080 and upload file(s) ```
### Result