Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -24,7 +24,7 @@ var LocalStrategy = require('passport-local').Strategy | ... | @@ -24,7 +24,7 @@ var LocalStrategy = require('passport-local').Strategy |
24 | var session = require('express-session') | 24 | var session = require('express-session') |
25 | var flash = require('connect-flash') | 25 | var flash = require('connect-flash') |
26 | var path = require('path') | 26 | var path = require('path') |
27 | -const PORT = 5560 | 27 | +const PORT = 3000 |
28 | 28 | ||
29 | var jsdom = require('jsdom'); | 29 | var jsdom = require('jsdom'); |
30 | const { JSDOM } = jsdom; | 30 | const { JSDOM } = jsdom; | ... | ... |
... | @@ -70,7 +70,7 @@ create table comment( | ... | @@ -70,7 +70,7 @@ create table comment( |
70 | >UPDATE board SET idx = @COUNT:=@COUNT+1; | 70 | >UPDATE board SET idx = @COUNT:=@COUNT+1; |
71 | 71 | ||
72 | --- | 72 | --- |
73 | -### 최종 수정: 2021-11-26 19:48<br> | 73 | +### 최종 수정: 2021-11-26 20:23<br> |
74 | ### 수정 내용: | 74 | ### 수정 내용: |
75 | 0. 채팅 중 서버 재시작시 기존 참여자들 리셋시키기 이슈 | 75 | 0. 채팅 중 서버 재시작시 기존 참여자들 리셋시키기 이슈 |
76 | 1. 채팅 구현(팝업) | 76 | 1. 채팅 구현(팝업) | ... | ... |
-
Please register or login to post a comment