File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/dmu/dasom/api/domain/executive/controller Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 55import dmu .dasom .api .domain .executive .dto .ExecutiveResponseDto ;
66import dmu .dasom .api .domain .executive .dto .ExecutiveUpdateRequestDto ;
77import dmu .dasom .api .domain .executive .service .ExecutiveService ;
8- import dmu .dasom .api .domain .news .dto .NewsUpdateRequestDto ;
98import io .swagger .v3 .oas .annotations .Operation ;
109import io .swagger .v3 .oas .annotations .tags .Tag ;
1110import jakarta .validation .Valid ;
1716@ Tag (name = "EXECUTIVE API" , description = "임원진 API" )
1817@ RestController
1918@ RequiredArgsConstructor
20- @ RequestMapping ("/api/executive " )
19+ @ RequestMapping ("/api/executives " )
2120public class ExecutiveContorller {
2221
2322 private final ExecutiveService executiveService ;
You can’t perform that action at this time.
0 commit comments