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 b31795f commit f54c571Copy full SHA for f54c571
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