Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김윤지
/
Probability Death
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김주희
2019-06-06 00:50:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af8cb89dec7968975100dd15e7bcfdfbf0564f6f
af8cb89d
1 parent
5ae1eaf7
delete lib/db.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
lib/db.js
lib/db.js
deleted
100644 → 0
View file @
5ae1eaf
const
mysql
=
require
(
'mysql'
);
const
DB_option
=
require
(
'../keys/db_option'
);
module
.
exports
=
mysql
.
createConnection
(
DB_option
);
Please
register
or
login
to post a comment