Commit 332ee410 authored by 박상호's avatar 박상호 🎼
Browse files

Merge remote-tracking branch 'origin/jiwon' into sangho

parents e6a926ac 523a4677
...@@ -43,7 +43,7 @@ const singleTest = async (req, res) => { ...@@ -43,7 +43,7 @@ const singleTest = async (req, res) => {
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8', 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8',
}, },
body: bodyData, body: bodyData,
}) })
const resp = await response.json() const resp = await response.json()
console.log(resp) console.log(resp)
res.json({redirect_url: resp.next_redirect_pc_url}) res.json({redirect_url: resp.next_redirect_pc_url})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment