Bläddra i källkod

update

master
cyril.tsui 1 år sedan
förälder
incheckning
1ccf1a328b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

+ 1
- 1
src/pages/pnspsNotifyTest/index.js Visa fil

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

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


Laddar…
Avbryt
Spara