Skip to content

Commit

Permalink
Fixing Diego's mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Garcia committed Apr 14, 2019
1 parent 39d038a commit 3e2997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const express = require('express');
const apagonesCollection = 'apagon';
const apagonesCollection = 'apagones';
const lugaresCollection = 'lugares';
const router = express.Router();
const { getApagonesDBClient }= require('../lib');
Expand Down

0 comments on commit 3e2997f

Please sign in to comment.