Skip to content

Commit 6b500bb

Browse files
committed
Removed the old unused multi-part parsing logic
1 parent 4844839 commit 6b500bb

File tree

3 files changed

+0
-192
lines changed

3 files changed

+0
-192
lines changed

samples/star-wars-api/MultipartRequest.fs

Lines changed: 0 additions & 190 deletions
This file was deleted.

samples/star-wars-api/star-wars-api.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<Compile Include="Policies.fs" />
2222
<Compile Include="AuthorizationMiddleware.fs" />
2323
<Compile Include="Schema.fs" />
24-
<None Include="MultipartRequest.fs" />
2524
<Compile Include="Startup.fs" />
2625
<Compile Include="Program.fs" />
2726
</ItemGroup>

tests/FSharp.Data.GraphQL.IntegrationTests.Server/FSharp.Data.GraphQL.IntegrationTests.Server.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<ItemGroup>
1717
<None Include="ApplicationInsights.config" />
1818
<Compile Include="Schema.fs" />
19-
<None Include="..\..\samples\star-wars-api\MultipartRequest.fs" Link="MultipartRequest.fs" />
2019
<Compile Include="Startup.fs" />
2120
<Compile Include="Program.fs" />
2221
</ItemGroup>

0 commit comments

Comments
 (0)