aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Browser/BrowserLauncher.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-04-29 08:04:05 -0600
committercrobibero <cody@robibe.ro>2020-04-29 08:04:05 -0600
commit806ae1bc07e715c6109a3e8ec96c6d3dd6a802ef (patch)
tree590defad6cd83df90b364737cede8ba1c1901d92 /Emby.Server.Implementations/Browser/BrowserLauncher.cs
parentd491b1b45fc813cb3bd1fe87918f693897621555 (diff)
Remove versioned API
Diffstat (limited to 'Emby.Server.Implementations/Browser/BrowserLauncher.cs')
-rw-r--r--Emby.Server.Implementations/Browser/BrowserLauncher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Browser/BrowserLauncher.cs b/Emby.Server.Implementations/Browser/BrowserLauncher.cs
index 384cb049f..e706401fd 100644
--- a/Emby.Server.Implementations/Browser/BrowserLauncher.cs
+++ b/Emby.Server.Implementations/Browser/BrowserLauncher.cs
@@ -26,7 +26,7 @@ namespace Emby.Server.Implementations.Browser
/// <param name="appHost">The app host.</param>
public static void OpenSwaggerPage(IServerApplicationHost appHost)
{
- TryOpenUrl(appHost, "/api-docs/v1/swagger");
+ TryOpenUrl(appHost, "/api-docs/swagger");
}
/// <summary>