add full url for pictures
This commit is contained in:
@@ -136,7 +136,7 @@ class RoadMaintenanceStationController extends Controller
|
||||
*/
|
||||
public function show(RahdariPoint $rahdariPoint): JsonResponse
|
||||
{
|
||||
return $this->successResponse($rahdariPoint);
|
||||
return $this->successResponse($rahdariPoint->load('files'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user