Skip to content

Commit

Permalink
[chore] #23 mock token member id 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
nykoh2001 committed Feb 17, 2024
1 parent 57ea450 commit e1f5af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class MockJwtController {

@GetMapping
public JwtTokenResponse getToken(){
return jwtUtil.generateTokens(Long.valueOf(1), Type.SPROUT);
return jwtUtil.generateTokens(Long.valueOf(2), Type.SPROUT);
}
}

0 comments on commit e1f5af9

Please sign in to comment.