Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 011c7df

Browse files
author
Gaurav Keshre
committed
vorlon dashboard appearing
1 parent d41b22f commit 011c7df

File tree

5 files changed

+108
-43
lines changed

5 files changed

+108
-43
lines changed

Server/Scripts/vorlon.dashboard.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export module VORLON {
6565
authent = catalog.activateAuth;
6666
}
6767

68-
this._log.debug("authenticated " + authent);
68+
//this._log.debug("authenticated " + authent);
6969
res.render('dashboard', { baseURL: this.baseURLConfig.baseURL, title: 'Dashboard', sessionid: req.params.sessionid, clientid: "", authenticated: authent, version: packageJson.version });
7070
}
7171
}

Server/Scripts/vorlon.webServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export module VORLON {
122122
app.use(this._bodyParser.urlencoded({ extended: false }));
123123
app.use(this._bodyParser.json());
124124
app.use(this._cookieParser());
125-
app.use(this._multer());
125+
app.set(this._multer());
126126
app.use(this._methodOverride());
127127
app.use(this._session({
128128
secret: '1th3is4is3as2e5cr6ec7t7keyf23or1or5lon5',

Server/config.json

-16
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@
8585
"nodeCompliant": true,
8686
"nodeOnly": true
8787
},
88-
{
89-
"id": "BOTFRAMEWORKINSPECTOR",
90-
"name": "Bot Framework Inspector",
91-
"panel": "top",
92-
"foldername": "botFrameworkInspector",
93-
"enabled": true,
94-
"nodeCompliant": true,
95-
"nodeOnly": true
96-
},
9788
{
9889
"id": "EXPRESS",
9990
"name": "Express",
@@ -103,13 +94,6 @@
10394
"nodeCompliant": true,
10495
"nodeOnly": true
10596
},
106-
{
107-
"id": "BABYLONINSPECTOR",
108-
"name": "Babylon Inspector",
109-
"panel": "top",
110-
"foldername": "babylonInspector",
111-
"enabled": false
112-
},
11397
{
11498
"id": "CONSOLE",
11599
"name": "Interactive Console",

package-lock.json

+105-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"minimist": "^1.2.7",
2121
"mkdirp": "^2.1.3",
2222
"mocha": "^10.2.0",
23+
"multer": "^1.4.5-lts.1",
2324
"passport": "^0.6.0",
2425
"passport-local": "~1.0.0",
2526
"passport-twitter": "~1.0.4",

0 commit comments

Comments
 (0)