Skip to content

Commit 3056591

Browse files
authored
Update README.md
1 parent 7e00297 commit 3056591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ builder.Services.Configure<MongoDbOptions>(Configuration.GetSection("MongoDB"));
197197

198198
//add DragonFly services
199199
builder.Services.AddDragonFly(x => x
200-
.AddImageWizard()
200+
.AddImageWizard(requireAuthorization: false)
201201
.AddRestApi()
202202
.AddMongoDbStorage()
203203
.AddMongoDbIdentity()

0 commit comments

Comments
 (0)