Skip to content

feat: Add proxy route to routes/api.php #470

@zigzagdev

Description

@zigzagdev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions