socialbaking / karma

MIT License
3 stars 1 forks source link

Get a random product image #87

Closed fabiancook closed 1 year ago

fabiancook commented 1 year ago

You should be able to request a specific product image or random product image.

If the image is stored in r2, the response should be redirected to that image.

If the image is stored on disk, the image should be returned.

Only image media should be returned

fabiancook commented 1 year ago

This works as expected now :)