Skip to content

Commit 0a35db0

Browse files
authored
fix: @RestController 제거
1 parent 016b7cb commit 0a35db0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/clap/server/adapter/inbound/web/task/TeamStatusController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import java.util.List;
1616

1717
@Tag(name = "02. Task [담당자]")
18-
@RestController
1918
@RequestMapping("/api/team-status")
2019
@RequiredArgsConstructor
2120
@WebAdapter
@@ -29,4 +28,4 @@ public ResponseEntity<TeamStatusResponse> filterTeamStatus(@ModelAttribute Filte
2928
return ResponseEntity.ok(response != null ? response : new TeamStatusResponse(List.of(), 0, 0, 0));
3029
}
3130

32-
}
31+
}

0 commit comments

Comments
 (0)