Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ const app = express(); | ... | @@ -8,7 +8,7 @@ const app = express(); |
8 | // app.delete() | 8 | // app.delete() |
9 | 9 | ||
10 | app.get('/',(req,res)=> { | 10 | app.get('/',(req,res)=> { |
11 | - res.send('Hello World'); | 11 | + res.send('Hello World!!!'); |
12 | }); | 12 | }); |
13 | 13 | ||
14 | app.get('/api/courses',(req,res) => { | 14 | app.get('/api/courses',(req,res) => { | ... | ... |
-
Please register or login to post a comment