Pitu 7 yıl önce
ebeveyn
işleme
61a4e984de
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      controllers/albumsController.js

+ 1 - 1
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)
 			}