mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10949] Update README to include default web client urls #12667
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10949
State: closed
Merged: Yes
Changes
I noticed there was nothing in the README about accessing the hosted Web Client or Swagger docs after the Server has been started. I thought it might be useful to include this information to assist new contributors.
Most users might not need this information because the Web Client is opened automatically when launching in Visual Studio or vscode, however those who like to start the project via
dotnet runwon't have the web client opened automatically and would need find the urls by searching the command output, finding the launchSettings.json, or looking through the code.This pull request adds information to the Server Development section of the README to list the default urls where the hosted Web Client and Swagger docs can be found.
Issues
None