We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e00297 commit 3056591Copy full SHA for 3056591
README.md
@@ -197,7 +197,7 @@ builder.Services.Configure<MongoDbOptions>(Configuration.GetSection("MongoDB"));
197
198
//add DragonFly services
199
builder.Services.AddDragonFly(x => x
200
- .AddImageWizard()
+ .AddImageWizard(requireAuthorization: false)
201
.AddRestApi()
202
.AddMongoDbStorage()
203
.AddMongoDbIdentity()
0 commit comments