Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecrjr committed Jun 21, 2019
1 parent 62cbee8 commit 3bc5870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/bot.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const mercadoApi = require('./src/controllers/daoRequests')
const bot = require('./config')
const mercadoApi = require('../controllers/daoRequests')
const bot = require('../../config')

module.exports = () =>{

Expand Down

0 comments on commit 3bc5870

Please sign in to comment.