Ver código fonte

update

master
cyril.tsui 1 ano atrás
pai
commit
1ccf1a328b
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

+ 1
- 1
src/pages/pnspsNotifyTest/index.js Ver arquivo

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

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


Carregando…
Cancelar
Salvar