mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-06 22:40:05 -07:00
Update express.js
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ app.use('<admin dir>', admin)`; `// Mounting a sub - app`
|
||||
|
||||
`app.put('/', function(req,res){
|
||||
res.send('PUT request to a webpage')
|
||||
})` `// post request to the specified path`
|
||||
})` `// put request to the specified path`
|
||||
|
||||
`app.delete('/', function(req,res){
|
||||
res.send('DELETE request to a webpage')
|
||||
|
||||
Reference in New Issue
Block a user