We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6082359 commit 665733cCopy full SHA for 665733c
1 file changed
src/Services/Identity/Identity.API/Configuration/Config.cs
@@ -12,7 +12,8 @@ public static IEnumerable<ApiResource> GetApis()
12
return new List<ApiResource>
13
{
14
new ApiResource("orders", "Orders Service"),
15
- new ApiResource("basket", "Basket Service")
+ new ApiResource("basket", "Basket Service"),
16
+ new ApiResource("marketing", "Marketing Service")
17
};
18
}
19
0 commit comments