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 f54c571 commit 99f5a4bCopy full SHA for 99f5a4b
ShowcaseProject/ShowcaseAPI/Program.cs
@@ -7,7 +7,7 @@
7
using ShowcaseAPI.Hubs;
8
using System.Text;
9
10
-//var builder = WebApplication.CreateBuilder(args);
+var builder = WebApplication.CreateBuilder(args);
11
12
builder.Services.AddCors(options =>
13
{
0 commit comments