refactor: Change default exports to named exports for consistency

This commit is contained in:
2026-01-02 17:05:06 +01:00
parent fe41b5c0c5
commit 4ee648e5cb
11 changed files with 16 additions and 35 deletions

View File

@@ -1,10 +0,0 @@
// Health check endpoint for Vercel
module.exports = function handler(req, res) {
res.json({
status: 'ok',
timestamp: new Date().toISOString(),
endpoints: {
reportError: '/api/report-error'
}
})
}