We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a665777 commit 8d53fd1Copy full SHA for 8d53fd1
1 file changed
Source/LocalNetAppChat/LocalNetAppChat.Server/Program.cs
@@ -91,7 +91,7 @@
91
if (!result.IsSuccess)
92
return Results.BadRequest(result.Error);
93
94
- return Results.Ok(result.Value);
+ return Results.Content(result.Value);
95
});
96
97
@@ -122,7 +122,7 @@
122
123
124
125
126
127
128
app.Run();
0 commit comments