Skip to content

Commit

Permalink
Merge pull request #2766 from abpframework/maliming/patch-1
Browse files Browse the repository at this point in the history
Remove find-tenant router.
  • Loading branch information
hikalkan authored Feb 6, 2020
2 parents 55f30c5 + b146221 commit 5761863
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public AbpTenantController(IAbpTenantAppService abpTenantAppService)
}

[HttpGet]
[Route("find-tenant/{name}")] //TODO: Remove on v1.0
[Route("tenants/by-name/{name}")]
public async Task<FindTenantResultDto> FindTenantByNameAsync(string name)
{
Expand Down

0 comments on commit 5761863

Please sign in to comment.