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:
parent
4df23cfe45
commit
6dbdfe7ba5
@ -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
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user