Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunjong Lee
/
test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Akhidjon
2019-06-07 00:16:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54ba98fe5d7b2ea2c8441cf606fa7a57503de944
54ba98fe
1 parent
77068620
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
54ba98f
...
...
@@ -77,7 +77,7 @@ app.use(express.static(path.join(__dirname, 'public')));
connection
=
mysql
.
createConnection
({
host
:
'localhost'
,
user
:
'root'
,
password
:
''
,
password
:
'
password
'
,
port
:
3306
,
database
:
'ytmt'
});
...
...
Please
register
or
login
to post a comment