Commit b9acab65 authored by 우지원's avatar 우지원
Browse files

e

parent 33179169
......@@ -130,6 +130,7 @@ const joinChannel = async (req, res) => {
const makeChannel = async (req, res) => {
const { roomId, channelName } = req.body
console.log(roomId, channelName)
}
export default {
......
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