Ver a proveniência

update

master
cyril.tsui há 1 ano
ascendente
cometimento
1ccf1a328b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

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

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

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


Carregando…
Cancelar
Guardar