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