Not to fix
This commit is contained in:
parent
d0e2a1a494
commit
01a61a5b02
@ -91,8 +91,7 @@ module Funko
|
||||
end
|
||||
|
||||
if env.params.query.fetch("format", "json") == "html"
|
||||
render "src/views/funkos.ecr"
|
||||
else
|
||||
render "src/views/funkos.ecr" else
|
||||
result.to_json
|
||||
end
|
||||
end
|
||||
|
@ -1,4 +1,5 @@
|
||||
require "docr"
|
||||
require "funko"
|
||||
require "kemal"
|
||||
|
||||
module Proxy
|
||||
|
@ -166,7 +166,6 @@ module Funko
|
||||
end
|
||||
|
||||
# Return a list of image IDs for this funko, most recent first
|
||||
# FIXME: use self.images and add filters
|
||||
def image_history
|
||||
docker_api = Docr::API.new(Docr::Client.new)
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user