mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-22 16:59:30 +00:00
Support for synchronous lambdas
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
public class SimpleRoute2
|
||||
{
|
||||
[GeneratePost("somethingSimple")]
|
||||
public async Task<IResult> GetSomething()
|
||||
public IResult GetSomething()
|
||||
{
|
||||
return Results.Ok();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user