Skip to content

Commit b3dd103

Browse files
authored
Merge pull request #73 from ChillCoders-CapstoneDesign/feature/notification
refactor: DDL create
2 parents 83ebdd6 + feec598 commit b3dd103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/project/submate/subscribe/controller/SubscribeController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import java.util.List;
1313

14-
//ddl-auto: update(application.yml 커밋용 주석) , create - category와 subscribe 테이블 더미데이터 넣기!
14+
//ddl-auto: update(application.yml 커밋용 주석) , create - category와 subscribe 테이블 더미데이터 넣기
1515

1616
@RestController
1717
@RequestMapping("/api/v1/subscribe")

0 commit comments

Comments
 (0)