mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-10-01 14:41:17 +00:00
Allow T-Router to be a T-Engine
This commit is contained in:
@@ -88,6 +88,6 @@ public class WebApplicationConfig implements WebMvcConfigurer
|
||||
@Bean
|
||||
public TransformerDebug transformerDebug()
|
||||
{
|
||||
return new TransformerDebug().setIsTEngine(true);
|
||||
return new TransformerDebug().setIsTRouter(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user