Skip to content

Commit

Permalink
Merge pull request #306 from sparcs-kaist/#267-noti-beforestart
Browse files Browse the repository at this point in the history
#267 출발전 알림 보내기
  • Loading branch information
14KGun authored Sep 8, 2023
2 parents 3164ebf + b6c26e9 commit fefac31
Show file tree
Hide file tree
Showing 10 changed files with 402 additions and 58 deletions.
5 changes: 4 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ const serverHttp = http
logger.info(`Express 서버가 ${httpPort}번 포트에서 시작됨.`)
);

// socket.io 서버 시작 및 app 인스턴스에 저장
// socket.io 서버 시작
app.set("io", startSocketServer(serverHttp));

// [Schedule] 스케줄러 시작
require("./src/schedules")(app);
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"firebase-admin": "^11.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.11.3",
"node-cron": "3.0.2",
"node-mocks-http": "^1.12.1",
"querystring": "^0.2.1",
"redis": "^4.2.0",
Expand Down
Loading

0 comments on commit fefac31

Please sign in to comment.