Add marketing resource to identity

This commit is contained in:
Christian Arenas 2017-06-01 10:10:37 +02:00
parent 6082359f08
commit 665733c40e

View File

@ -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")
};
}