mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	| @@ -131,7 +131,7 @@ editController.uploadCoverPicture = function(req, res, next) { | ||||
| 			return next(err); | ||||
| 		} | ||||
|  | ||||
| 		res.json([{url: image.url.startsWith('http') ? image.url : nconf.get('relative_path') + image.url}]); | ||||
| 		res.json([{ url: image.url }]); | ||||
| 	}); | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user