diff --git a/gui/EasyDEX-GUI b/gui/EasyDEX-GUI index 597a06d..6797eb2 160000 --- a/gui/EasyDEX-GUI +++ b/gui/EasyDEX-GUI @@ -1 +1 @@ -Subproject commit 597a06dd1376289aedeaf622ba1dd571e07088c6 +Subproject commit 6797eb26587576f1648914c0c1be9061c3f022d5 diff --git a/gui/loading.js b/gui/loading.js index a683e9c..f5572f6 100644 --- a/gui/loading.js +++ b/gui/loading.js @@ -30,7 +30,7 @@ function Iguana_activehandle(callback) { console.log(textStatus); console.log(error); }); - }); + }); } //Iguana_activehandle().then(function(result){ //console.log(result) diff --git a/main.js b/main.js index 59f43fe..906cd7a 100644 --- a/main.js +++ b/main.js @@ -61,8 +61,8 @@ process.once('loaded', () => { } }); -guiapp.use(bodyParser.json({limit: '50mb'})); // support json encoded bodies -guiapp.use(bodyParser.urlencoded({limit: '50mb', extended: true})); // support encoded bodies +guiapp.use(bodyParser.json({ limit: '50mb' })); // support json encoded bodies +guiapp.use(bodyParser.urlencoded({ limit: '50mb', extended: true })); // support encoded bodies guiapp.get('/', function (req, res) { res.send('Iguana app server');