mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +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