From 61e51e9deb180e1ecf633d30605349e6c3cdd92b Mon Sep 17 00:00:00 2001 From: Alexa Amundson <118287761+blackboxprogramming@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:26:41 -0600 Subject: [PATCH] Update backend/app/routers/prism_static.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- backend/app/routers/prism_static.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/routers/prism_static.py b/backend/app/routers/prism_static.py index 12b801d..25d1aef 100644 --- a/backend/app/routers/prism_static.py +++ b/backend/app/routers/prism_static.py @@ -74,7 +74,6 @@ async def serve_prism_static_files(file_path: str): This endpoint handles all asset requests for the Prism Console UI. """ # Security: Prevent directory traversal - safe_path = Path(file_path).resolve() requested_file = PRISM_DIR / file_path # Ensure the requested file is within the prism directory