From f97e2ab5a74c440ca83bbcd28fa89efb37479077 Mon Sep 17 00:00:00 2001 From: Younes REGAIEG Date: Thu, 21 Jul 2016 09:53:39 +0200 Subject: [PATCH] Update PREREQUISITES.md Fixed formatting --- PREREQUISITES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/*