refactoring: Docker-Dateien Api-Gateway
This commit is contained in:
+2
-1
@@ -125,7 +125,8 @@ data class GatewaySecurityProperties(
|
||||
"/actuator/**",
|
||||
"/webjars/**",
|
||||
"/v3/api-docs/**",
|
||||
"/api/auth/**" // Alle Auth-Endpunkte
|
||||
"/api/auth/**", // Alle Auth-Endpunkte
|
||||
"/api/ping/**"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user