react app

This commit is contained in:
Mario Romano
2016-04-07 17:14:18 +01:00
parent f41b213a36
commit ebc1e3e744
3 changed files with 34 additions and 34 deletions

View File

@@ -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) {