Skip to content

Commit 618cc6f

Browse files
alrios-msdanielluo-msft
authored andcommitted
Added GraphAPI:* filter
1 parent b24b057 commit 618cc6f

File tree

1 file changed

+2
-1
lines changed
  • Service/GroupMembershipManagement/Hosts/WebApi/WebApi

1 file changed

+2
-1
lines changed

Service/GroupMembershipManagement/Hosts/WebApi/WebApi/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public static void Main(string[] args)
7777
{
7878
refreshOptions.Register("WebAPI:Settings:Sentinel", refreshAll: true);
7979
})
80-
.Select("Mail:*");
80+
.Select("Mail:*")
81+
.Select("GraphAPI:*");
8182
});
8283

8384
// Add services to the container.

0 commit comments

Comments
 (0)