I have created a json API which can be found HERE
The problem I have is that the Image URL is not displayed fully. For example the currect output is :
image: "/media/images/ShanRoberts_NWales_Vitocal300A_xgGCGrG.JPG",
I need it to be displayed like :
image: "http://178.62.67.237/media/images/ShanRoberts_NWales_Vitocal300A_xgGCGrG.JPG",
Any ideas?