Skip to content

Commit

Permalink
Merge pull request #86 from Codiary-UMC-6th/feature/#79-myPage
Browse files Browse the repository at this point in the history
Fix: team 구현 주석처리
  • Loading branch information
yumzen authored Aug 5, 2024
2 parents 8b7dde1 + d564e5c commit 91b9a1d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
@RestController
@RequestMapping("/teams")
public class TeamController {
/*
private final TeamCommandService teamCommandService;
//팀 생성
@PostMapping()
@Operation(
summary = "팀 생성"
Expand Down Expand Up @@ -52,6 +54,7 @@ public ApiResponse<TeamResponseDTO.UpdateTeamDTO> updateTeam(
)
);
}
*/

//팀 팔로우
}

0 comments on commit 91b9a1d

Please sign in to comment.