Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
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
이찬
2020-06-18 03:35:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
21b1d5d0c9298d17f0eb622db172df9ccee5511c
21b1d5d0
1 parent
c34e916a
최종 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
app.js
app.js
View file @
21b1d5d
...
...
@@ -7,7 +7,6 @@ const app = express();
const
data
=
fs
.
readFileSync
(
'./database.json'
);
const
conf
=
JSON
.
parse
(
data
);
const
mysql
=
require
(
'mysql'
);
const
domain
=
"www.randomjob.tk"
const
sslport
=
443
;
var
cookieSession
=
require
(
'cookie-session'
)
...
...
Please
register
or
login
to post a comment