Skip to content

Commit

Permalink
Prueba e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRedondoo committed Jul 2, 2024
1 parent 5d190b9 commit 8e35d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API/api-v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function apiUfc(app, dbUfc) {

let dataset = [];

// Hola
// CREAR initial data
app.get(API_BASE+"/ufc-events-data/loadInitialData", (req, res) => {
dbUfc.find({}, (err, docs) => {
Expand Down

0 comments on commit 8e35d31

Please sign in to comment.