mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 10:04:20 +01:00
[CHANGE] Add extension method
This commit is contained in:
parent
5c4ebd2b32
commit
361af34036
|
@ -18,4 +18,9 @@ public static class AuthorityProviderExtensions
|
||||||
{
|
{
|
||||||
return authorityBuilder;
|
return authorityBuilder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static AuthorityBuilder MapAuthorityEndpoints(this AuthorityBuilder builder)
|
||||||
|
{
|
||||||
|
return builder;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user