Skip to content

Commit

Permalink
Removed obsolete value port from io-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed Sep 30, 2024
1 parent 7d3c450 commit b85bd95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
]
},
"native": {
"port": "3100",
"webInstance": "*"
},
"objects": [],
Expand Down
2 changes: 1 addition & 1 deletion lib/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class ExtensionFlexcharts {

this.adapter = adapter;

//this.adapter.log.debug(`this.path: /${this.path}`);
this.adapter.log.info(`Install extension on /${this.name}`);
this.adapter.setState('info.connection', true, true);

this.app.use(`/${this.name}`, (req, res) => {
//res.setHeader('Content-type', 'text/html');
Expand Down

0 comments on commit b85bd95

Please sign in to comment.