Toggle navigation
Toggle navigation
This project
Loading...
Sign in
201side
/
floater
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
robin*
2020-12-03 18:30:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b44595decb6ab215c3be4ea333de42ca3b72b705
b44595de
1 parent
c62b1c1a
express 서버 초기화
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/server.js
src/server.js
0 → 100644
View file @
b44595d
const
express
=
require
(
'express'
);
const
bodyParser
=
require
(
'body-parser'
);
require
(
'express-async-errors'
);
const
app
=
express
();
module
.
exports
=
app
;
Please
register
or
login
to post a comment