From 72fb9ec9389eee3cb15378b225bc55c221142d48 Mon Sep 17 00:00:00 2001 From: Pitu Date: Fri, 17 Mar 2017 01:19:33 -0300 Subject: whoops --- controllers/albumsController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers/albumsController.js') diff --git a/controllers/albumsController.js b/controllers/albumsController.js index 452bd43..038d605 100644 --- a/controllers/albumsController.js +++ b/controllers/albumsController.js @@ -1,7 +1,7 @@ const config = require('../config.js') const db = require('knex')(config.database) const randomstring = require('randomstring') -const utils = require('utilsController.js') +const utils = require('./utilsController.js') let albumsController = {} -- cgit v1.2.3