We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972f67c commit eb9806fCopy full SHA for eb9806f
1 file changed
ExampleDataApis/Configure.AppHost.cs
@@ -27,7 +27,7 @@ public override void Configure(Container container)
27
"http://localhost:5173", //vite dev
28
"http://localhost:5000", //dotnet dev
29
"https://localhost:5001", //dotnet dev
30
- "https://xkcd-autoquery.netcore.io"
+ "https://xkcd.netcore.io"
31
}, allowCredentials:true));
32
}
33
0 commit comments