We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953c371 commit 801828dCopy full SHA for 801828d
src/Umbraco.Web/Install/InstallHelper.cs
@@ -191,7 +191,7 @@ internal IEnumerable<Package> GetStarterKits()
191
192
try
193
{
194
- var requestUri = string.Format("http://localhost:24217/webapi/StarterKit/Get/?umbracoVersion={0}",
+ var requestUri = string.Format("http://our.umbraco.org/webapi/StarterKit/Get/?umbracoVersion={0}",
195
UmbracoVersion.Current);
196
var request = new HttpRequestMessage(HttpMethod.Get, requestUri);
197
var httpClient = new HttpClient();
0 commit comments