Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 540 → Rev 543

/trunk/jrest/services/Images.php
211,7 → 211,7
}
private function getTableauCorrespondanceDepartement() {
return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/departementsmock.json'));
return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/mocks/departementsmock.json'));
}
private function comparerObservations($image_a, $image_b) {
273,7 → 273,7
}
private function obtenirImagesAvecObservations() {
return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/imagesmock.json'));
return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/mocks/imagesmock.json'));
}
}
?>