Toggle navigation
Toggle navigation
This project
Loading...
Sign in
I_Jemin
/
Node-Study
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
I_Jemin
2018-03-23 21:14:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7a60bd9a98877fd6572f110c7ffe590e27f40c6
c7a60bd9
1 parent
1f5b74c4
Nodemon
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
express-demo/index.js
express-demo/index.js
View file @
c7a60bd
...
...
@@ -8,7 +8,7 @@ const app = express();
// app.delete()
app
.
get
(
'/'
,(
req
,
res
)
=>
{
res
.
send
(
'Hello World'
);
res
.
send
(
'Hello World
!!!
'
);
});
app
.
get
(
'/api/courses'
,(
req
,
res
)
=>
{
...
...
Please
register
or
login
to post a comment