From c13ae25d3dcc4f85e321f148a22b9d8da265de97 Mon Sep 17 00:00:00 2001 From: Maximilian Dorninger <97409287+maxdorninger@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:32:54 +0200 Subject: [PATCH] Update config.dev.toml change default nodejs origin listed in cors urls to http Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- config.dev.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dev.toml b/config.dev.toml index 5094b67..0d9119b 100644 --- a/config.dev.toml +++ b/config.dev.toml @@ -8,7 +8,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 -cors_urls = ["http://localhost:8000", "https://localhost:5173"] # note the lack of a trailing slash +cors_urls = ["http://localhost:8000", "http://localhost:5173"] # note the lack of a trailing slash image_directory = "/data/images" tv_directory = "/data/tv"