mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-29 14:48:01 -08:00
Compare commits
4 Commits
05509b9613
...
9bf23e636c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bf23e636c | ||
|
|
559d03ecf3 | ||
|
|
bea751612a | ||
|
|
8c82f767ed |
@@ -134,7 +134,7 @@ app.use('<admin dir>', admin)`; `// Mounting a sub - app`
|
|||||||
|
|
||||||
`app.put('/', function(req,res){
|
`app.put('/', function(req,res){
|
||||||
res.send('PUT request to a webpage')
|
res.send('PUT request to a webpage')
|
||||||
})` `// post request to the specified path`
|
})` `// put request to the specified path`
|
||||||
|
|
||||||
`app.delete('/', function(req,res){
|
`app.delete('/', function(req,res){
|
||||||
res.send('DELETE request to a webpage')
|
res.send('DELETE request to a webpage')
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
#### General
|
#### General
|
||||||
|
|
||||||
- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
|
- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
|
||||||
|
- `Ctrl`+`Shift`+`T`: Open last closed tab
|
||||||
- `Ctrl`+`P`: Quick Open, Go to File
|
- `Ctrl`+`P`: Quick Open, Go to File
|
||||||
- `Ctrl`+`Shift`+`N`: New window/instance
|
- `Ctrl`+`Shift`+`N`: New window/instance
|
||||||
- `Ctrl`+`W`: Close window/instance
|
- `Ctrl`+`W`: Close window/instance
|
||||||
|
|||||||
Reference in New Issue
Block a user