We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9676b73 + 50f78bf commit a896b17Copy full SHA for a896b17
src/main/java/inha/gdgoc/domain/user/controller/UserController.java
@@ -19,6 +19,7 @@
19
import org.springframework.web.bind.annotation.PostMapping;
20
import org.springframework.web.bind.annotation.RequestBody;
21
import org.springframework.web.bind.annotation.RequestMapping;
22
+import org.springframework.web.bind.annotation.RequestParam;
23
import org.springframework.web.bind.annotation.RestController;
24
25
@RequestMapping("/api/v1")
0 commit comments