Skip to content

Commit d7eb266

Browse files
authored
Merge pull request #222 from AndrewCS149/testWorkflow
testWorkflow
2 parents b0c54a5 + c9d61f3 commit d7eb266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void Main(string[] args)
3232
// c.SwaggerDoc("v1", new OpenApiInfo { Title = "DevBlog", Version = "v1" });
3333
// });
3434

35-
// builder.Services.AddControllersWithViews();
35+
builder.Services.AddControllersWithViews();
3636

3737
// ----------------------- DATABASES -------------------------------
3838
builder.Services.AddDbContext<AppDbContext>(options =>

0 commit comments

Comments
 (0)