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