Edvinas01 / meme-grid

A grid for memes
MIT License
9 stars 9 forks source link

Validate URLs #12

Closed Edvinas01 closed 6 years ago

Edvinas01 commented 6 years ago

Validate URLs which are submitted via API. If URL is invalid, 400 status code with an appropriate message should be returned.

Also keep in mind that currently only images are supported, this should be taken into account as well.