Skip to content

Commit

Permalink
Version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LeShaunJ committed Nov 29, 2018
1 parent 9667d4e commit bc467b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@
host = req.headers.host,
ptcl = req.protocol;
cnfg.host = `${ptcl}://${host}`;
console.log(cnfg.host)
LG.Timed(()=>{
let ctn, rnd, rep, call,
lid = ReqIOID(req),
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dffrnt.route",
"version": "2.0.7",
"version": "2.0.8",
"description": "An Express/SocketIO/Passport-based API Router",
"keywords": [
"api",
Expand Down Expand Up @@ -33,8 +33,8 @@
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"crypto-token": "1.0.1",
"dffrnt.confs": "2.0.7",
"dffrnt.utils": "2.0.7",
"dffrnt.confs": "2.0.8",
"dffrnt.utils": "2.0.8",
"express": "4.16.3",
"express-limiter": "1.6.1",
"express-recaptcha": "4.0.2",
Expand Down

0 comments on commit bc467b6

Please sign in to comment.