We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd8c7b commit ddfe0a1Copy full SHA for ddfe0a1
1 file changed
Gallery.Server/Configure.AppHost.cs
@@ -22,6 +22,7 @@ public override void Configure(Container container)
22
allowOriginWhitelist: new[]{
23
"http://localhost:5000",
24
"https://localhost:5001",
25
+ "https://localhost:5002",
26
"https://localhost:7142",
27
"http://localhost:3000",
28
"http://localhost:5173",
0 commit comments