mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-25 18:25:35 +02:00
remove /web prefix from the frontend_url variable
This commit is contained in:
@@ -41,7 +41,7 @@ class BasicConfig(BaseSettings):
|
||||
movie_directory: Path = Path(__file__).parent.parent / "data" / "movies"
|
||||
torrent_directory: Path = Path(__file__).parent.parent / "data" / "torrents"
|
||||
|
||||
frontend_url: AnyHttpUrl = "http://localhost:3000/web/"
|
||||
frontend_url: AnyHttpUrl = "http://localhost:3000"
|
||||
cors_urls: list[str] = []
|
||||
development: bool = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user