Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이유제
/
CultureGallery
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-12-03 14:45:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a641bcde0d86420e9f2dfe4a67f7be42ac0c4803
a641bcde
1 parent
9f0962af
BACKEND api server initialized
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
api.js
api.js
View file @
a641bcd
const
express
=
require
(
'express'
);
const
app
=
express
();
app
.
get
(
'/'
,
(
req
,
res
)
=>
{
//res.send('API SERVER IS WORKING');
console
.
log
(
"api.js 실행"
);
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment