질문&답변
2024.03.16
mongoose.connect() 콜백 에러
mongoose .connect(MONGODB_URL) .then(() => console.log("Connected to database!")) .catch(() => console.log("Connection failed..."));