fix: Update Vercel URL to microsoft-rewards-bot project

This commit is contained in:
2026-01-02 16:41:07 +01:00
parent 2044fa5ee9
commit fe41b5c0c5

View File

@@ -192,7 +192,7 @@ export async function sendErrorReport(
}
// Determine API endpoint URL
const defaultApiUrl = 'https://light-rewards-bot.vercel.app/api/report-error'
const defaultApiUrl = 'https://microsoft-rewards-bot.vercel.app/api/report-error'
const apiUrl = config.errorReporting?.apiUrl || defaultApiUrl
const rateLimitSecret = config.errorReporting?.secret