Browse Source

update

master
cyril.tsui 1 year ago
parent
commit
1ccf1a328b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

+ 1
- 1
src/pages/pnspsNotifyTest/index.js View File

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


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


Loading…
Cancel
Save