Skip to content

Commit

Permalink
fix: change the file name from location middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloedurezende committed Jan 11, 2019
1 parent 5637399 commit 50f7693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/locations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {

// Files
const verifyToken = require('../../middlewares/token');
const locations = require('../../middlewares/locations');
const locations = require('../../middlewares/location');

// Variables
const route = express.Router();
Expand Down

0 comments on commit 50f7693

Please sign in to comment.