Update EndpointInterceptor.java

This commit is contained in:
Ludy87 2025-03-26 16:42:34 +01:00
parent b6c6a3445c
commit 1a1bb8b701
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -11,8 +11,6 @@ import lombok.extern.slf4j.Slf4j;
import stirling.software.SPDF.config.interfaces.SessionsInterface;
import lombok.extern.slf4j.Slf4j;
@Component
@Slf4j
public class EndpointInterceptor implements HandlerInterceptor {