Revert "Changing news dashboard URL to a new custom hostname"

This reverts commit e850c131e5.
This commit is contained in:
NillasKA
2025-11-14 13:36:26 +01:00
parent e850c131e5
commit 342cb171eb

View File

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