Skip to content

Commit b442c1c

Browse files
committed
docs: swagger security path open
1 parent 5811f2d commit b442c1c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

noweekend-core/core-api/src/main/kotlin/noweekend/core/api/config/SecurityConfig.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ class SecurityConfig {
4040
"/swagger-ui/**",
4141
"/v3/api-docs/**",
4242
),
43-
// "deny" to arrayOf(
44-
// "/api-docs/**",
45-
// "/swagger-ui/**",
46-
// ),
43+
"deny" to arrayOf(
44+
"/example",
45+
),
4746
)
4847

4948
@Bean

0 commit comments

Comments
 (0)