소스 검색

update

master
cyril.tsui 1 년 전
부모
커밋
1ccf1a328b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

+ 1
- 1
src/pages/pnspsNotifyTest/index.js 파일 보기

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

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


불러오는 중...
취소
저장