mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4035] [MERGED] Fix apidoc routes with base url #9834
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4035
Author: @crobibero
Created: 9/1/2020
Status: ✅ Merged
Merged: 9/4/2020
Merged by: @joshuaboniface
Base:
master← Head:api-doc-base-url📝 Commits (9)
0b38ac9Fix apidoc routes with base url1feee6fProperly host static files and set base url21a5692Merge remote-tracking branch 'upstream/master' into api-doc-base-url7504f06fix merge4e52fe1Wrap application in baseurlca6dfd7move metrics to end of pipelinec404660Remove double listener9f97c47Merge remote-tracking branch 'upstream/master' into api-doc-base-url021e218Remove MvcRoutePrefix📊 Changes
9 files changed (+75 additions, -218 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DashboardController.cs(+2 -100)➖
Jellyfin.Api/MvcRoutePrefix.cs(+0 -56)📝
Jellyfin.Server/Extensions/ApiApplicationBuilderExtensions.cs(+10 -3)📝
Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs(+2 -7)📝
Jellyfin.Server/Middleware/BaseUrlRedirectionMiddleware.cs(+1 -5)📝
Jellyfin.Server/Program.cs(+1 -1)📝
Jellyfin.Server/Startup.cs(+58 -36)📝
MediaBrowser.Common/Configuration/IApplicationPaths.cs(+1 -4)📝
MediaBrowser.Model/Configuration/ServerConfiguration.cs(+0 -6)📄 Description
Removes the baseUrl from the openapi endpoints if a baseurl is set.
#4029
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.