webupdate

This commit is contained in:
Local Server
2026-01-18 02:22:05 -06:00
parent 6fc159051a
commit 2a2a3d99e5
135 changed files with 54897 additions and 9825 deletions

View File

@@ -104,10 +104,10 @@ const notFoundHandler = (req, res) => {
return;
}
// SECURITY: Don't expose path in response to prevent information disclosure
res.status(404).json({
success: false,
message: "Route not found",
path: req.path,
});
};