You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Route("find-tenant/{name}")]//TODO: Remove on v1.0
Maybe this line should be deleted, or it will throw warning:
2020-02-06 04:11:58.460 +08:00 [WRN] Controller 'AbpTenant' contains more than one action with name 'FindTenantByNameAsyncByName' for module 'app'. Ignored: System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.MultiTenancy.FindTenantResultDto] FindTenantByNameAsync(System.String)
The text was updated successfully, but these errors were encountered:
abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy/Pages/Abp/MultiTenancy/AbpTenantController.cs
Line 20 in 3705594
Maybe this line should be deleted, or it will throw warning:
The text was updated successfully, but these errors were encountered: