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 1cff103 commit 4e6daecCopy full SHA for 4e6daec
Net9MultiTenant/Pages/NoTenant.cshtml.cs
@@ -11,7 +11,7 @@ namespace Net9MultiTenant.Pages
11
public class NoTenantModel() : PageModel
12
{
13
[ExcludeFromMultiTenantResolution]
14
- public async Task OnGet()
+ public void OnGet()
15
16
17
}
0 commit comments