1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-07 18:26:40 +03:00

refactor: send check report to the production URL

This commit is contained in:
louistiti 2022-10-19 23:28:33 +08:00
parent 4df23cfe45
commit 6dbdfe7ba5

View File

@ -492,7 +492,7 @@ dotenv.config()
try { try {
const { body } = await request const { body } = await request
.post('http://localhost:3000/api/report') .post('https://getleon.ai/api/report')
.send({ .send({
report: pastebinData report: pastebinData
}) })