Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunjong Lee
/
YTMT
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
Akhidjon
2019-05-25 00:40:47 +0900
1
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f6019135b47298b9189d3e287511cc0975b502a
9f601913
1 parent
997abd90
Deploying application on server
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
9f60191
...
...
@@ -73,7 +73,7 @@ app.use(bodyParser.urlencoded({ extended: false }));
app
.
use
(
cookieParser
());
app
.
use
(
express
.
static
(
path
.
join
(
__dirname
,
'public'
)));
//
//
mysql properties
connection
=
mysql
.
createConnection
({
host
:
'localhost'
,
user
:
'root'
,
...
...
Hyunjong Lee
@2013100924 commented
2019-05-25 13:33:58 UTC
Master
good!
Please
register
or
login
to post a comment