mirror of
https://gitlab.silvrtree.co.uk/martind2000/obrand-admin-server.git
synced 2025-01-27 12:16:17 +00:00
”2016-04-14”
This commit is contained in:
parent
9e3e21addf
commit
37d345d2b7
@ -20,6 +20,8 @@ module.exports = function(app) {
|
|||||||
'use strict';
|
'use strict';
|
||||||
var beacon = {};
|
var beacon = {};
|
||||||
|
|
||||||
|
logger.debug(req.headers);
|
||||||
|
console.error(req.headers);
|
||||||
if (req.headers.hasOwnProperty('beacon')) {
|
if (req.headers.hasOwnProperty('beacon')) {
|
||||||
beacon = JSON.parse(req.headers.beacon);
|
beacon = JSON.parse(req.headers.beacon);
|
||||||
logger.debug(beacon);
|
logger.debug(beacon);
|
||||||
|
Loading…
Reference in New Issue
Block a user