Compare commits
2 Commits
c83c540dfb
...
54c92842d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 54c92842d4 | |||
| f87a714892 |
@@ -45,7 +45,8 @@ public class SecurityConfig {
|
||||
auth ->
|
||||
auth
|
||||
// .requestMatchers("/chunk_upload_test.html").authenticated()
|
||||
|
||||
.requestMatchers("/monitor/health", "/monitor/health/**")
|
||||
.permitAll()
|
||||
// 맵시트 영역 전체 허용 (우선순위 최상단)
|
||||
.requestMatchers("/api/mapsheet/**")
|
||||
.permitAll()
|
||||
|
||||
Reference in New Issue
Block a user