Browse Source

Add marketing resource to identity

pull/223/head
Christian Arenas 7 years ago
parent
commit
3a8481086c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Services/Identity/Identity.API/Configuration/Config.cs

+ 2
- 1
src/Services/Identity/Identity.API/Configuration/Config.cs 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")
};
}


Loading…
Cancel
Save