@@ -15,7 +15,7 @@ export default defineEventHandler(async () => {
|
||||
const agent = new https.Agent({
|
||||
key: bspbKey!,
|
||||
cert: bspbCert!,
|
||||
rejectUnauthorized: false, // ⚠️ только для теста!
|
||||
rejectUnauthorized: false,
|
||||
})
|
||||
|
||||
const data = {
|
||||
|
||||
Reference in New Issue
Block a user