manueltauber 2023-10-24 12:43:21 +02:00
parent ed97c3d18c
commit ea0e962507
2 changed files with 1 additions and 1 deletions

0
Dockerfile Normal file
View File

View File

@ -13,7 +13,7 @@ import com.bmc.thirdparty.org.springframework.beans.factory.annotation.Autowired
*/
@Component
public class RssoInterceptor implements HandlerInterceptor {
private final static boolean DEBUG = true;
private final static boolean DEBUG = false;
private final Rsso rsso;
@Autowired