Compare commits

...

4 Commits

Author SHA1 Message Date
lucatolton
739c7ec709 Merge 8c82f767ed into d63d75bb28 2023-11-09 09:28:48 -06:00
Julien Le Coupanec
d63d75bb28 Merge pull request #350 from adgan11/patch-1
Fix Issue #316: keygen deprecated
2023-11-07 11:40:11 +01:00
Ahmed Gagan
94087440e5 Fix Issue #316: keygen deprecated 2023-11-06 12:16:17 +05:30
lucatolton
8c82f767ed Update express.js 2023-07-05 20:57:22 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -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')
@@ -223,4 +223,4 @@ res.sendFile(file, options, function(err){
app.use(BodyParser.json())
app.use(BodyParser.urlencoded({
extended: true
}))` `// Parses incoming request bodies`
}))` `// Parses incoming request bodies`

View File

@@ -185,7 +185,6 @@ width="" <!-- Describes the width of th
<!-- Some other useful tags -->
<canvas></canvas> <!-- Allows to draw 2D shapes on the web page with the help of javascript -->
<keygen> <!-- Represents a control for generating a public-private key pair -->
<map></map> <!-- Specifies an image map -->
<!-- Collective Character Obejcts -->