Skip to content

Commit a896b17

Browse files
authored
Merge pull request #211 from GDGoCINHA/fix/issue-209
fix(#209/auth); 중복 email 검증 관련 import 추가
2 parents 9676b73 + 50f78bf commit a896b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/inha/gdgoc/domain/user/controller/UserController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import org.springframework.web.bind.annotation.PostMapping;
2020
import org.springframework.web.bind.annotation.RequestBody;
2121
import org.springframework.web.bind.annotation.RequestMapping;
22+
import org.springframework.web.bind.annotation.RequestParam;
2223
import org.springframework.web.bind.annotation.RestController;
2324

2425
@RequestMapping("/api/v1")

0 commit comments

Comments
 (0)