Skip to content

Commit

Permalink
### v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steiger04 committed May 19, 2021
1 parent 04369f3 commit f1518ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 0 additions & 2 deletions lib/js/mslfeServer/mslfeServer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const tcpPortUsed = require('tcp-port-used');
const path = require('path');
const express = require('express');
const cors = require('cors');

const app = express();

Expand All @@ -16,7 +15,6 @@ exports.startAppServer = async (adapter) => {
}

if (!inUse) {
app.use(cors({preflightContinue: true}));
app.use(express.static(path.join(__dirname, '..', '..', '..', '/mslfe-ibr-quasar')));

app.get('/options', (req, res) => res.json({
Expand Down
12 changes: 2 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@iobroker/adapter-core": "^2.4.0",
"@quasar/extras": "^1.9.13",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"lodash": "^4.17.20",
"nanoid": "^3.1.16",
Expand Down

0 comments on commit f1518ab

Please sign in to comment.