1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-11 09:12: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 {
const { body } = await request
.post('http://localhost:3000/api/report')
.post('https://getleon.ai/api/report')
.send({
report: pastebinData
})