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

security changes

parent 529440bf
...@@ -47,7 +47,6 @@ public class SecurityConfig { ...@@ -47,7 +47,6 @@ public class SecurityConfig {
"/webjars/**", "/webjars/**",
"/swagger-ui.html", "/swagger-ui.html",
"/emotional/video-process", "/emotional/video-process",
"/emotional/video-send"
}; };
@Bean @Bean
......
...@@ -14,8 +14,6 @@ public class UserDto { ...@@ -14,8 +14,6 @@ public class UserDto {
private String lastName; private String lastName;
private String email; private String email;
private String phone; private String phone;
@JsonIgnore
private String role; private String role;
@JsonIgnore
private String status; 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