We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09046c6 commit 98545f7Copy full SHA for 98545f7
1 file changed
Gallery.Server/Configure.AppHost.cs
@@ -25,6 +25,7 @@ public override void Configure(Container container)
25
"https://localhost:7142",
26
"http://localhost:3000",
27
"http://localhost:5173",
28
+ "http://localhost:8080",
29
"https://docs.servicestack.net",
30
"https://" + Environment.GetEnvironmentVariable("DEPLOY_CDN")
31
}, allowCredentials: true));
0 commit comments