diff options
| author | crobibero <cody@robibe.ro> | 2020-04-29 08:04:05 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-04-29 08:04:05 -0600 |
| commit | 806ae1bc07e715c6109a3e8ec96c6d3dd6a802ef (patch) | |
| tree | 590defad6cd83df90b364737cede8ba1c1901d92 /Emby.Server.Implementations/Browser/BrowserLauncher.cs | |
| parent | d491b1b45fc813cb3bd1fe87918f693897621555 (diff) | |
Remove versioned API
Diffstat (limited to 'Emby.Server.Implementations/Browser/BrowserLauncher.cs')
| -rw-r--r-- | Emby.Server.Implementations/Browser/BrowserLauncher.cs | 2 |
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> |
