Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit e39cbd2

Browse files
Update Program.cs
1 parent f63d6d2 commit e39cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wordle.Api/Wordle.Api/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
});
5353
});
5454

55-
var connectionString = builder.Configuration.GetConnectionString("NolansConnection");
55+
var connectionString = builder.Configuration.GetConnectionString("DefaultConnection");
5656
builder.Services.AddDbContext<AppDbContext>(options =>
5757
{ options.UseSqlServer(connectionString); });
5858
builder.Services.AddScoped<WordService>();

0 commit comments

Comments
 (0)