Skip to content

Commit 89e2aa0

Browse files
committed
Re modify code structure
1 parent 570a544 commit 89e2aa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require('dotenv').config()
22
const mysql = require('mysql2/promise');
33

4-
console.log(process.env.ENDPOINT);
54
const pool = mysql.createPool({
65
host: process.env.ENDPOINT,
76
user: process.env.USER,

0 commit comments

Comments
 (0)