We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76143d4 commit 2b0be58Copy full SHA for 2b0be58
src/main/java/com/api/advanced_mobile/global/security/SecurityConfig.java
@@ -21,8 +21,8 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
21
.cors(cors -> {})
22
.authorizeHttpRequests(auth -> auth
23
.requestMatchers(
24
- "/signup",
25
- "/login",
+ "/api/signup",
+ "/api/login",
26
27
"/v3/api-docs/**",
28
"/swagger-ui/**",
0 commit comments