little fixes one more time

This commit is contained in:
2025-04-28 15:44:35 +02:00
parent bf565178f6
commit c2f74ab799
3 changed files with 124 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ public class ImageService {
return uniqueFileName;
}
public void addImageUrlToDB(String filename, Long noticeId) {
public void addImageNameToDB(String filename, Long noticeId) {
Image image = new Image();
image.setImageName(filename);
image.setNoticeId(noticeId);