diff --git a/react-app/.idea/workspace.xml b/react-app/.idea/workspace.xml
index 2bf2c2d6c3..40fd98b0f0 100644
--- a/react-app/.idea/workspace.xml
+++ b/react-app/.idea/workspace.xml
@@ -26,18 +26,18 @@
-
+
-
+
-
-
+
+
@@ -56,18 +56,18 @@
-
-
+
+
-
+
-
-
+
+
@@ -97,8 +97,8 @@
-
+
@@ -259,7 +259,7 @@
-
+
@@ -681,12 +681,12 @@
1459937301294
-
+
-
+
@@ -915,25 +915,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -941,8 +925,24 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/react-app/build/helloworld.js b/react-app/build/helloworld.js
index 7b7679ccf7..75711a22ea 100644
--- a/react-app/build/helloworld.js
+++ b/react-app/build/helloworld.js
@@ -2,7 +2,7 @@ var CommentBox = React.createClass({
displayName: 'CommentBox',
getInitialState: function () {
- return { accept: 'image/*', action: 'http://192.168.99.100:8080/alfresco/service/api/upload', droppable: '' };
+ return { accept: 'image/*', action: 'http://localhost:8888/alfresco/service/api/upload', droppable: '' };
},
onChangeAccept: function (e) {
diff --git a/react-app/src/helloworld.js b/react-app/src/helloworld.js
index 095aea1670..a39c5d3425 100644
--- a/react-app/src/helloworld.js
+++ b/react-app/src/helloworld.js
@@ -1,6 +1,6 @@
var CommentBox = React.createClass({
getInitialState: function() {
- return { accept: 'image/*', action: 'http://192.168.99.100:8080/alfresco/service/api/upload', droppable: ''};
+ return { accept: 'image/*', action: 'http://localhost:8888/alfresco/service/api/upload', droppable: ''};
},
onChangeAccept: function(e) {