orion-muf / KHU-2017-2-Capstone2-RENEW

0 stars 0 forks source link

app.use(bodyParser.urlencoded({ extended: true })); #10

Open muf opened 6 years ago

muf commented 6 years ago

parse the text as url encoded data. [false]:parse only once. [true]:parse every time (?????) -> false로 하면 ajax해서 넘겨줄때는 json처럼 가는데 받은 다음 json 형태가 되질 않음. 한 번만 json parsing 해서 생기는 문제. false -> true로 값 변경