Changing news dashboard URL to a new custom hostname

This commit is contained in:
NillasKA
2025-11-14 13:31:06 +01:00
parent c48103cd30
commit e850c131e5

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();