Skip to content

Commit 21ef2ae

Browse files
authored
Update README.md
1 parent 19864d4 commit 21ef2ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ var builder = Host.CreateDefaultBuilder(args)
2626
{
2727
siloBuilder
2828
.UseLocalhostClustering()
29-
.AddOrleansIdentity() // Add the authorization filter
30-
.ConfigureApplicationParts(parts => parts.AddApplicationPart(typeof(YourGrain).Assembly));
29+
.AddOrleansIdentity(); // Add the authorization filter;
3130
});
3231
```
3332

0 commit comments

Comments
 (0)