diff --git a/PREREQUISITES.md b/PREREQUISITES.md index 9f6edc09f2..a14302fa9a 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -30,7 +30,8 @@ To enable CORS in the Alfresco Platform do the following: Modify *tomcat/webapps/alfresco/WEB-INF/web.xml* and uncomment the following section and update `cors.allowOrigin` to `http://localhost:3000`: -``` +``` + CORS com.thetransactioncompany.cors.CORSFilter @@ -67,7 +68,8 @@ When specifying the `cors.allowOrigin` URL make sure to use the URL that will be Then uncomment filter mappings: -``` +``` + CORS /api/* /service/*