Revert "Changing news dashboard URL to a new custom hostname"
This reverts commit e850c131e5.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user