Skip to content

Commit f88c066

Browse files
committed
rename: 파일이름 오탈자 수정
1 parent 436cdab commit f88c066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dmu/dasom/api/domain/executive/controller/ExecutiveContorller.java renamed to src/main/java/dmu/dasom/api/domain/executive/controller/ExecutiveController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@RestController
1818
@RequiredArgsConstructor
1919
@RequestMapping("/api/executives")
20-
public class ExecutiveContorller {
20+
public class ExecutiveController {
2121

2222
private final ExecutiveService executiveService;
2323

0 commit comments

Comments
 (0)