docker deployment

This commit is contained in:
2024-10-28 19:35:35 +03:00
parent 0e9a7f0856
commit f2945fc92d
5 changed files with 32 additions and 3 deletions

View File

@@ -72,8 +72,6 @@ class AbstractProductController {
}
}
}
// async updateImage(req, res) {}
};
export default new AbstractProductController();