[object Object]

← back to Mfr Review Viewer Corruption

silence cosmetic /favicon.ico 404 (204 no-content)

ee721d4fdc19e7c0a187e23b8364c66a8ab45c3a · 2026-08-27 11:32:50 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit ee721d4fdc19e7c0a187e23b8364c66a8ab45c3a
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Aug 27 11:32:50 2026 -0700

    silence cosmetic /favicon.ico 404 (204 no-content)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 server.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server.js b/server.js
index 753480e..39b8c37 100644
--- a/server.js
+++ b/server.js
@@ -321,6 +321,9 @@ async function stageHandler(req, res) {
 }
 app.post('/api/stage', stageHandler);
 
+// Silence the cosmetic /favicon.ico 404 (no-content icon).
+app.get('/favicon.ico', (_req, res) => res.status(204).end());
+
 app.use(express.static(path.join(ROOT, 'public')));
 
 app.listen(PORT, '127.0.0.1', () => {

← 84c6e57 list form + full nav agent: convert card grid to one-row-per  ·  back to Mfr Review Viewer Corruption  ·  keep domain aside open on load (data-nav-sidebar=off) — Cody 50b2a99 →