aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-05-24 12:33:16 -0600
committercrobibero <cody@robibe.ro>2020-05-24 12:33:16 -0600
commit62ea9b28214eda17bf61116068113a967b560463 (patch)
treed8fef592852f93da3a16f630bb1683f273d0243f /Jellyfin.Server/Program.cs
parent1f9cda6a6600a81969cf8afad3c60fa77bb5a093 (diff)
parentebc24470e34a7ba12b64ca30d4c6e67d21dbad91 (diff)
Merge upstream/api-migration
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index e55b0d4ed..713580080 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -529,7 +529,7 @@ namespace Jellyfin.Server
var inMemoryDefaultConfig = ConfigurationOptions.DefaultConfiguration;
if (startupConfig != null && !startupConfig.HostWebClient())
{
- inMemoryDefaultConfig[HttpListenerHost.DefaultRedirectKey] = "swagger/index.html";
+ inMemoryDefaultConfig[HttpListenerHost.DefaultRedirectKey] = "api-docs/swagger";
}
return config