Parent issue
#475
Overview
Add the image proxy route to routes/api.php so that incoming requests are dispatched to HeritageImageController@proxyImage.
Implementation
Route::get('/heritage-image/{id}', [App\Http\Controllers\HeritageImageController::class, 'proxyImage']);
Acceptance criteria
GET /api/heritage-image/{id} routes to HeritageImageController@proxyImage
Parent issue
#475
Overview
Add the image proxy route to
routes/api.phpso that incoming requests are dispatched toHeritageImageController@proxyImage.Implementation
Acceptance criteria
GET /api/heritage-image/{id}routes toHeritageImageController@proxyImage