Skip to content

Commit 5bb2e2d

Browse files
committed
chore: 테스트 id 수정
1 parent f5c2a9b commit 5bb2e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/log4u/domain/user/controller/UserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class UserController {
3939
@GetMapping("/dev")
4040
public ResponseEntity<?> loginAsDevUser(HttpServletResponse response) {
4141
// 개발자 전용 유저 정보 세팅
42-
Long userId = 3L;
42+
Long userId = 1L;
4343
String name = "test";
4444

4545
String email = "[email protected]";

0 commit comments

Comments
 (0)