enable unified routing

This commit is contained in:
Luke Pulverenti
2016-03-16 01:33:31 -04:00
parent e321d3c544
commit dafbd48f46
2 changed files with 1 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ namespace MediaBrowser.Server.Startup.Common.Browser
/// <param name="logger">The logger.</param>
public static void OpenDashboard(IServerApplicationHost appHost, ILogger logger)
{
OpenDashboardPage("dashboard.html", appHost, logger);
OpenDashboardPage("index.html#!/dashboard.html", appHost, logger);
}
/// <summary>