@ -15,4 +15,10 @@ end
get '/about' do
erb :about
end
get '/api/random' do
content_type :json
image = get_random_image(get_images_by_category(categories))
image.to_json
Maintained by Hexaitos