Skip to content

Commit 2dae7d5

Browse files
committed
Fix: File 도메인 EntityType 수정
- COMMENT 제거 - AVATAR, PROFILE 추가
1 parent 4618c3a commit 2dae7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.back.domain.file.entity;
22

33
public enum EntityType {
4-
POST, COMMENT
4+
POST, AVATAR, PROFILE
55
}

0 commit comments

Comments
 (0)