Skip to content

Commit

Permalink
cositas victor
Browse files Browse the repository at this point in the history
  • Loading branch information
Víctor Escalera García committed Mar 7, 2024
1 parent 7e31391 commit ac2e64b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-VEG.js → Victor/api-VEG.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const express = require("express");
const data_VEG = require('./index-VEG');
const data_VEG = require('./Victor/index-VEG');
const API_BASE = "/api/v1";

function api_VEG(app) {
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ let express = require("express");
let bodyParser = require("body-parser");
let dataStore = require("nedb");

let data_VEG = require('./index-VEG');
let data_VEG = require('./Victor/index-VEG');
let calcularMediaTiempoPelea = require('./Nico/index-NRM');
let presupuesto = require("./Enrique/index-EGO");

//APIs
let enriqueAPI = require("./Enrique/index");
let api_VEG = require('./api-VEG');
let api_VEG = require('./Victor/api-VEG');
let api_NRM = require('./Nico/index-api');

let dbMovies = new dataStore();
Expand Down

0 comments on commit ac2e64b

Please sign in to comment.