File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
src/main/java/org/ahpuh/surf Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 4747
4848** CI/CD**
4949
50- - Github action
51- - Jenkins
50+ - ** Jenkins**
5251
5352** Dependencies**
5453
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ public void addCorsMappings(final CorsRegistry registry) {
3434 registry
3535 .addMapping ("/**" )
3636 .allowedOrigins (
37- "https://surf-jhvkmp9am-kimyeim.vercel.app" ,
38- "https://team-ahpuh-surf-fe.vercel.app" ,
37+ "https://surf-livid.vercel.app" ,
3938 "http://localhost:3000" )
4039 .allowedHeaders ("*" )
4140 .allowCredentials (true )
Original file line number Diff line number Diff line change 2626public class UserServiceImpl implements UserService {
2727
2828 private final AuthenticationManager authenticationManager ;
29-
3029 private final PasswordEncoder passwordEncoder ;
3130
3231 private final UserRepository userRepository ;
3332 private final FollowRepository followRepository ;
34-
3533 private final UserConverter userConverter ;
3634
3735 public UserLoginResponseDto authenticate (final String email , final String password ) {
You canβt perform that action at this time.
0 commit comments