mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-20 11:36:07 +00:00
fix: use server port
This commit is contained in:
@@ -179,6 +179,8 @@ public class SecurityConfig {
|
|||||||
.permitAll()
|
.permitAll()
|
||||||
.requestMatchers(HttpMethod.POST, "/api/point-goods")
|
.requestMatchers(HttpMethod.POST, "/api/point-goods")
|
||||||
.permitAll()
|
.permitAll()
|
||||||
|
.requestMatchers("/actuator/**")
|
||||||
|
.permitAll()
|
||||||
.requestMatchers(HttpMethod.POST, "/api/categories/**")
|
.requestMatchers(HttpMethod.POST, "/api/categories/**")
|
||||||
.hasAuthority("ADMIN")
|
.hasAuthority("ADMIN")
|
||||||
.requestMatchers(HttpMethod.POST, "/api/tags/**")
|
.requestMatchers(HttpMethod.POST, "/api/tags/**")
|
||||||
|
|||||||
Reference in New Issue
Block a user