Skip to content
Snippets Groups Projects

Chat s

5 files
+ 25
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -5,7 +5,7 @@ const path = require("path");
// MySQL 연결 설정
const connection = mysql.createConnection({
host: "127.0.0.1",
port: 4040,
port: 3306,
user: "root",
password: "1234",
database: "cakaatalk",
Loading