Skip to content

Commit

Permalink
Merge pull request #90 from Codiary-UMC-6th/89-fix-팀-컨트롤러-주석처리-취소
Browse files Browse the repository at this point in the history
#89 Fix: 팀 controller 주석처리 취소
  • Loading branch information
insa658723 authored Aug 5, 2024
2 parents 2db0974 + 9ccd2d4 commit fbab204
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
@RestController
@RequestMapping("/teams")
public class TeamController {
/*

private final TeamCommandService teamCommandService;
//팀 생성

//팀 생성
@PostMapping()
@Operation(summary = "팀 생성")
public ApiResponse<TeamResponseDTO.CreateTeamResponseDTO> createTeam(
Expand All @@ -46,7 +46,6 @@ public ApiResponse<TeamResponseDTO.UpdateTeamDTO> updateTeam(
SuccessStatus.TEAM_OK,
TeamConverter.toUpdateTeamDTO(updatedTeam));
}
*/


//팀 팔로우
}

0 comments on commit fbab204

Please sign in to comment.