ai/at
1
0

social-app を更新

2025-06-27 23:17:28 +00:00
parent 33f7348df1
commit 2df2e87aed

@ -181,7 +181,7 @@ export default {
status: 200, status: 200,
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*', // CORSを許可 'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET', 'Access-Control-Allow-Methods': 'GET',
}, },
}); });