1 package org.openkilda.auth.config;
3 import org.springframework.beans.factory.annotation.Autowired;
4 import org.springframework.context.annotation.Configuration;
5 import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
6 import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
18 registry.addInterceptor(requestInterceptor);
void addInterceptors(final InterceptorRegistry registry)