Skip to content

Commit f4489fe

Browse files
SchlenkRSchlenkR
SchlenkR
authored and
SchlenkR
committed
Update file parts and content types in Dsl.CE2.fsx for improved file handling
1 parent 4952b94 commit f4489fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/FsHttp/Dsl.CE2.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,10 @@ let res =
482482

483483
multipart
484484

485-
filePart "Resources/uploadFile.txt"
486-
ContentTypeMultipart "application/json"
485+
filePart "src/FsHttp/Domain.fs"
486+
ContentTypeMultipart "application/fsharp"
487487

488-
filePart "Resources/uploadFile2.txt"
488+
filePart "src/FsHttp/Dsl.fs"
489489

490490
textPart "das" "hurz1"
491491
ContentTypeMultipart "application/json"

0 commit comments

Comments
 (0)