v1.0.0 #28

Merged
bizcochito merged 147 commits from develop into main 2024-01-14 19:49:34 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 98f9c5bf8e - Show all commits

View File

@ -8,7 +8,6 @@ class ImageController {
const images = await imageService.findAll();
res.json({ images });
} catch (error) {
console.error(error);
res.status(500).json({ error: "Internal Server Error" });
}
}