From 61a4e984de34bc9fc40f8d17b7d366a92784cfb6 Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 7 Feb 2017 04:54:58 -0300 Subject: Little fix --- 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 c40b978..ca725de 100644 --- a/controllers/albumsController.js +++ b/controllers/albumsController.js @@ -39,7 +39,7 @@ albumsController.list = function(req, res, next){ if(domain.hasOwnProperty('resolve')) basedomain = domain.resolve - album.identifier = basedomain + '/' + album.identifier + album.identifier = basedomain + '/a/' + album.identifier ids.push(album.id) } -- cgit v1.2.3