Skip to content
Snippets Groups Projects
Commit 3e21b728 authored by tpgus2603's avatar tpgus2603
Browse files

refactor: 로그인 반환객체 수정

parent afc12f54
No related branches found
No related tags found
1 merge request!42[#25] 배포코드 master브랜치로 이동
...@@ -5,7 +5,7 @@ const mongoose = require('mongoose'); ...@@ -5,7 +5,7 @@ const mongoose = require('mongoose');
const admin = require('firebase-admin'); const admin = require('firebase-admin');
const dotenv = require('dotenv'); const dotenv = require('dotenv');
const amqp = require('amqplib'); // RabbitMQ 연결 const amqp = require('amqplib'); // RabbitMQ 연결
const ChatRoom = require('./schemas/ChatRooms'); const ChatRoom = require('./schemas/chatRooms');
// .env 파일 로드 // .env 파일 로드
dotenv.config(); dotenv.config();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment