Kaydet (Commit) ccfa2797 authored tarafından Hakkı Dizdar's avatar Hakkı Dizdar

bug fix

üst 166d8115
......@@ -40,7 +40,7 @@ app.post(
errorMessage: "Yanlış versiyon seçildi!",
},
}),
(_, res) => {
(req, res) => {
docker.listImages(function (_, images) {
res.send(
images.filter((i) => i.RepoTags[0].startsWith(req.body.image))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment