Skip to content
Snippets Groups Projects
Unverified Commit 71e85410 authored by Hamza Remmal's avatar Hamza Remmal :homes:
Browse files

Fix typo in the security configuration

parent 2698d6a7
No related branches found
No related tags found
1 merge request!293Fix typo in the security configuration
Pipeline #232029 passed
......@@ -81,7 +81,7 @@ public class SecurityConfig {
.formLogin(AbstractHttpConfigurer::disable)
.sessionManagement(AbstractHttpConfigurer::disable)
.authorizeHttpRequests(auth -> {
auth.requestMatchers("/actuator/heath").permitAll();
auth.requestMatchers("/actuator/health").permitAll();
auth.anyRequest().authenticated();
})
.build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment