File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/org/withtime/be/withtimebe Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33import jakarta .persistence .*;
44import lombok .*;
55import org .withtime .be .withtimebe .domain .member .entity .Member ;
6+ import org .withtime .be .withtimebe .global .common .BaseEntity ;
67
78@ Entity
89@ Getter
910@ Builder
1011@ NoArgsConstructor (access = AccessLevel .PROTECTED )
1112@ AllArgsConstructor (access = AccessLevel .PRIVATE )
1213@ Table (name = "date_course" )
13- public class DateCourse {
14+ public class DateCourse extends BaseEntity {
1415
1516 @ Id
1617 @ GeneratedValue (strategy = GenerationType .IDENTITY )
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public class SecurityConfig {
5555 API_PREFIX + "/faqs/**" ,
5656 API_PREFIX + "/logs/keyword/**" ,
5757 API_PREFIX + "/logs/dateplaces/**" ,
58+ API_PREFIX + "/logs/datecourses/**" ,
5859 "/oauth2/authorization/**" ,
5960 "/swagger-ui/**" ,
6061 "/swagger-resources/**" ,
You canβt perform that action at this time.
0 commit comments