- Added Delete Record to the CGridTableRec
This commit is contained in:
@@ -4,10 +4,10 @@ var {User} = require('../models/user');
|
||||
|
||||
const tools = require('../tools/general');
|
||||
|
||||
var authenticate = (req, res, next) => {
|
||||
var token = req.header('x-auth');
|
||||
const authenticate = (req, res, next) => {
|
||||
const token = req.header('x-auth');
|
||||
|
||||
console.log('authenticate... ');
|
||||
// console.log('authenticate... ');
|
||||
|
||||
const access = 'auth';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user