fix: use server port

This commit is contained in:
tim
2025-09-30 01:45:47 +08:00
parent ca26b931da
commit f8a2ee6ee9

View File

@@ -179,6 +179,8 @@ public class SecurityConfig {
.permitAll()
.requestMatchers(HttpMethod.POST, "/api/point-goods")
.permitAll()
.requestMatchers("/actuator/**")
.permitAll()
.requestMatchers(HttpMethod.POST, "/api/categories/**")
.hasAuthority("ADMIN")
.requestMatchers(HttpMethod.POST, "/api/tags/**")