Skip to content

Commit

Permalink
Refinar API y POSTMAN
Browse files Browse the repository at this point in the history
  • Loading branch information
enrgaroli committed Mar 15, 2024
1 parent c1d3907 commit 1cfbacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Enrique/indexAPI-EGO.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ module.exports = (app, dbMovies) => {
});
});


// DELETE El recurso por su titulo
app.delete(API_BASE+"/movies-dataset/:title", (req, res) => {
let title = req.params.title;
Expand Down

0 comments on commit 1cfbacb

Please sign in to comment.