Skip to content

Commit 665733c

Browse files
committed
Add marketing resource to identity
1 parent 6082359 commit 665733c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/Services/Identity/Identity.API/Configuration

src/Services/Identity/Identity.API/Configuration/Config.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ public static IEnumerable<ApiResource> GetApis()
1212
return new List<ApiResource>
1313
{
1414
new ApiResource("orders", "Orders Service"),
15-
new ApiResource("basket", "Basket Service")
15+
new ApiResource("basket", "Basket Service"),
16+
new ApiResource("marketing", "Marketing Service")
1617
};
1718
}
1819

0 commit comments

Comments
 (0)