ソースを参照

update

master
cyril.tsui 1年前
コミット
1ccf1a328b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

+ 1
- 1
src/pages/pnspsNotifyTest/index.js ファイルの表示

@@ -16,7 +16,7 @@ const TestMailPage = () => {
};

const doMailTest = () => {
axios.get(host, {
axios.post(host, {
tempKey: mail
})
.then((response) => {


読み込み中…
キャンセル
保存