axiosでPOSTでRequestしているつもりがOPTIONSで送信している - Qiita
問題axios.post('/api/fuga', { 'hoge': hoge }) .then(response => console.log(response)) .catch(err =>…