Remove diagnostic debug code and backend endpoint

This commit is contained in:
2026-06-02 20:54:58 +02:00
parent 60e1b714b7
commit 8f57b6ff22
3 changed files with 5 additions and 56 deletions
-5
View File
@@ -22,11 +22,6 @@ router.get('/vapid-public-key', (_req, res) => {
return res.json({ publicKey })
})
router.post('/debug-log', (req, res) => {
console.log('[CLIENT_DEBUG]', req.body)
return res.json({ success: true })
})
router.use(requireUser)
router.get('/prefs', async (req: any, res) => {