Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이태화
/
khu-notice-project
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
이태화
2020-11-15 10:00:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc32c2caf52006b9bf25845cb8af432a92a5bb8a
bc32c2ca
1 parent
c12b5e87
db fixed
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
backend/DBUpdate/main.js
backend/routes/api/fetchNoticeList.js
webcrawling-practice/main.js
backend/DBUpdate/main.js
View file @
bc32c2c
...
...
@@ -24,10 +24,10 @@ async function loading(){
}
var
connection
=
mysql
.
createConnection
({
host
:
"34.6
4.183.182
"
,
host
:
"34.6
9.247.0
"
,
user
:
'root'
,
password
:
''
,
database
:
'
K
huNotice'
password
:
'
kcss3711
'
,
database
:
'
k
huNotice'
})
connection
.
connect
();
...
...
backend/routes/api/fetchNoticeList.js
View file @
bc32c2c
...
...
@@ -3,10 +3,10 @@ const mysql = require("mysql");
var
noticeList
=
async
function
(
req
,
res
){
var
connection
=
mysql
.
createConnection
({
host
:
"34.6
4.183.182
"
,
host
:
"34.6
9.247.0
"
,
user
:
'root'
,
password
:
''
,
database
:
'
K
huNotice'
password
:
'
kcss3711
'
,
database
:
'
k
huNotice'
});
connection
.
connect
();
...
...
webcrawling-practice/main.js
View file @
bc32c2c
...
...
@@ -24,10 +24,10 @@ async function loading(){
}
var
connection
=
mysql
.
createConnection
({
host
:
"34.6
4.183.182
"
,
host
:
"34.6
9.247.0
"
,
user
:
'root'
,
password
:
''
,
database
:
'
K
huNotice'
password
:
'
kcss3711
'
,
database
:
'
k
huNotice'
})
connection
.
connect
();
...
...
Please
register
or
login
to post a comment