mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-07-31 17:39:14 +00:00
Fix endpoint url to avoid "Share services" error and fix CMM. Fixes #445
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<description>Access to Alfresco Repository Public API that require user authentication.
|
||||
This makes use of the authentication that is provided by parent 'alfresco' endpoint.</description>
|
||||
<connector-id>alfresco</connector-id>
|
||||
<endpoint-url>${alfresco.repo.url}/alfresco/api</endpoint-url>
|
||||
<endpoint-url>${alfresco.repo.url}/api</endpoint-url>
|
||||
<identity>user</identity>
|
||||
</endpoint>
|
||||
</remote>
|
||||
|
Reference in New Issue
Block a user