remove /web prefix from the frontend_url variable

This commit is contained in:
maxDorninger
2025-11-29 15:54:01 +01:00
parent 9b0fac3a8b
commit bb5c61ac79
5 changed files with 10 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
[misc]
# it's very likely that you need to change this for MediaManager to work
frontend_url = "http://localhost:5173/" # note the trailing slash
frontend_url = "http://localhost:5173" # note the lack of a trailing slash
cors_urls = ["http://localhost:8000", "http://localhost:5173", "http://mediamanager:8000"] # note the lack of a trailing slash
image_directory = "/data/images"