Parcourir la source

update

master
cyril.tsui il y a 1 an
Parent
révision
1ccf1a328b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

+ 1
- 1
src/pages/pnspsNotifyTest/index.js Voir le fichier

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

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


Chargement…
Annuler
Enregistrer