News Dashboard: Replacing old hostname, with new custom one. (#20837)

Changing hostname of dashboard to a new custom one.
This commit is contained in:
Nicklas Kramer
2025-11-14 14:33:35 +01:00
committed by GitHub
parent 2a609e1eca
commit 06c566c074

View File

@@ -46,7 +46,7 @@ public class NewsDashboardService : INewsDashboardService
/// <inheritdoc />
public async Task<NewsDashboardResponseModel> GetItemsAsync()
{
const string BaseUrl = "https://umbraco-dashboard-news.euwest01.umbraco.io";
const string BaseUrl = "https://news-dashboard.umbraco.com";
const string Path = "/api/News";
var version = _umbracoVersion.SemanticVersion.ToSemanticStringWithoutBuild();