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.
1 parent f5c2a9b commit 5bb2e2dCopy full SHA for 5bb2e2d
src/main/java/com/example/log4u/domain/user/controller/UserController.java
@@ -39,7 +39,7 @@ public class UserController {
39
@GetMapping("/dev")
40
public ResponseEntity<?> loginAsDevUser(HttpServletResponse response) {
41
// 개발자 전용 유저 정보 세팅
42
- Long userId = 3L;
+ Long userId = 1L;
43
String name = "test";
44
45
String email = "[email protected]";
0 commit comments