Commit 08d23468 authored by Chamod Ishankha's avatar Chamod Ishankha

security changes

parent 529440bf
......@@ -47,7 +47,6 @@ public class SecurityConfig {
"/webjars/**",
"/swagger-ui.html",
"/emotional/video-process",
"/emotional/video-send"
};
@Bean
......
......@@ -14,8 +14,6 @@ public class UserDto {
private String lastName;
private String email;
private String phone;
@JsonIgnore
private String role;
@JsonIgnore
private String status;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment