We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a665b2f commit ad47d78Copy full SHA for ad47d78
1 file changed
Gallery.Server/Configure.AppHost.cs
@@ -28,6 +28,7 @@ public override void Configure(Container container)
28
"http://localhost:5173",
29
"http://localhost:8080",
30
"https://docs.servicestack.net",
31
+ "https://razor-press.web-templates.io",
32
"https://" + Environment.GetEnvironmentVariable("DEPLOY_CDN")
33
}, allowCredentials: true));
34
0 commit comments