Files
cve-dashboard/backend/routes
Jordan Ramos 93efb70d1c Fix KB content/download failing for relative file paths
res.sendFile requires an absolute path. Article #7 was stored with a
relative path which caused the TypeError. Now both the content and
download endpoints resolve relative paths against the backend directory
before calling existsSync and sendFile.
2026-06-16 13:23:20 -06:00
..