We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6e083 commit bcc5673Copy full SHA for bcc5673
src/Web.Api/Endpoints/UserImages/UploadImageData.cs
@@ -22,8 +22,6 @@ public sealed class UploadImageRequest
22
23
[FromForm]
24
public IFormFile Image { get; set; } = null!;
25
- // [FromForm]
26
- // public Uri ImageUrl { get; set; } = null!;
27
}
28
public void MapEndpoint(IEndpointRouteBuilder app)
29
{
src/Web.Api/Web.Api.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
0 commit comments