Skip to content

Commit d8e5b6e

Browse files
committed
매칭 컨트롤러 수정
1 parent 3896bf7 commit d8e5b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/matching/matching.controller.ts

+2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,11 @@ export class MatchingController {
129129
return new BaseResponse(true, 'SUCCESS', response);
130130
}
131131

132+
/*
132133
@Get()
133134
@GetMatchingSwagger('매칭 상세 조회 API')
134135
getMatching() {
135136
// return this.userService.getHello()
136137
}
138+
*/
137139
}

0 commit comments

Comments
 (0)