mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
refactor: Change default exports to named exports for consistency
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user