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 ec65750 commit 695042aCopy full SHA for 695042a
frameworks/CSharp/wiredio/src/Fullstack/Fullstack.csproj
@@ -20,7 +20,7 @@
20
</ItemGroup>
21
22
<ItemGroup>
23
- <PackageReference Include="Wired.IO" Version="9.5.0" />
+ <PackageReference Include="Wired.IO" Version="9.5.3" />
24
25
26
</Project>
frameworks/CSharp/wiredio/src/Fullstack/Program.cs
@@ -13,6 +13,7 @@ public static async Task Main(string[] args)
13
14
await expressBuilder
15
.Port(8080)
16
+ .NoScopedEndpoints()
17
.MapGet("/json", scope => async ctx =>
18
{
19
var payload = new JsonMessage { Message = JsonBody };
0 commit comments