Commit 651d643
committed
Fix Swashbuckle 6.9 IFormFile/FromForm schema generation error
Swashbuckle 6.9.0 requires [Consumes("multipart/form-data")] on actions
that use [FromForm] with IFormFile. Add it to ExportController.ImportDatabase
to unblock PR #489 (dotnet-minor-patch group with Swashbuckle 6.5→6.9).1 parent e302c9c commit 651d643
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments