Add marketing resource to identity
This commit is contained in:
parent
6082359f08
commit
665733c40e
@ -12,7 +12,8 @@ namespace Identity.API.Configuration
|
||||
return new List<ApiResource>
|
||||
{
|
||||
new ApiResource("orders", "Orders Service"),
|
||||
new ApiResource("basket", "Basket Service")
|
||||
new ApiResource("basket", "Basket Service"),
|
||||
new ApiResource("marketing", "Marketing Service")
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user