Skip to content

Commit 99f5a4b

Browse files
committed
corrected test, should expect an succesfull build
1 parent f54c571 commit 99f5a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShowcaseProject/ShowcaseAPI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using ShowcaseAPI.Hubs;
88
using System.Text;
99

10-
//var builder = WebApplication.CreateBuilder(args);
10+
var builder = WebApplication.CreateBuilder(args);
1111

1212
builder.Services.AddCors(options =>
1313
{

0 commit comments

Comments
 (0)