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:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b57f0af5cf8184015b47e146218fddefd3f6898
4b57f0af
1 parent
af8cb89d
delete lib/db_traffic.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
lib/db_traffic.js
lib/db_traffic.js
deleted
100644 → 0
View file @
af8cb89
1
-
const
mysql
=
require
(
'mysql'
);
2
-
const
DB_option_traffic
=
require
(
'../keys/db_option_traffic'
);
3
-
4
-
module
.
exports
=
mysql
.
createConnection
(
DB_option_traffic
);
Please
register
or
login
to post a comment