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