@ -16,3 +16,9 @@ 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