박민정

[docs] 서버/클라이언트 폴더로 소스코드를 기능별로 정리

......@@ -78,7 +78,7 @@ app.post('/api/users/login', (req, res) => {
.json({loginSuccess: true, userId: user._id})
})
})
})
})
})
......@@ -109,4 +109,4 @@ app.get('/api/users/logout', auth, (req, res) => {
app.listen(port, () => {
console.log(`Example app listening at http://localhost:${port}`)
})
})
\ No newline at end of file
......