ACS-2067: Fix probes for when DAU enabled (#700)

This commit is contained in:
montgolfiere
2021-09-29 19:32:10 +01:00
committed by GitHub
parent f1d48f7aab
commit 2ef97e0b23

View File

@@ -1070,7 +1070,7 @@
<property name="enabled" value="${system.api.discovery.enabled}" />
<property name="thumbnailService" ref="ThumbnailService" />
<property name="restApiDirectUrlConfig" ref="restApiDirectUrlConfig" />
<property name="contentService" ref="ContentService" />
<property name="contentService" ref="contentService" />
</bean>
<bean id="org.alfresco.rest.api.probes.ProbeEntityResource.get" class="org.alfresco.rest.api.probes.ProbeEntityResource">