|
|
@ -49,6 +49,7 @@ export default function IndexPage() {
|
|
|
|
method: 'POST',
|
|
|
|
method: 'POST',
|
|
|
|
headers: {
|
|
|
|
headers: {
|
|
|
|
'Content-Type': 'application/json',
|
|
|
|
'Content-Type': 'application/json',
|
|
|
|
|
|
|
|
'Origin': 'http://127.0.0.1:8088'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
body: JSON.stringify(data),
|
|
|
|
body: JSON.stringify(data),
|
|
|
|
})
|
|
|
|
})
|
|
|
|