Merge branch 'develop' of gitlab.com:surya89/freeplanet_serverside into develop
This commit is contained in:
@@ -25,14 +25,14 @@ const _ = require('lodash');
|
||||
|
||||
const reg = require('../reg/registration');
|
||||
|
||||
const { authenticate, authenticate_noerror } = require('../middleware/authenticate');
|
||||
const { authenticate, authenticate_noerror, authenticate_noerror } = require('../middleware/authenticate');
|
||||
|
||||
const TypedError = require('../modules/ErrorHandler');
|
||||
const globalTables = require('../tools/globalTables');
|
||||
|
||||
const mongoose = require('mongoose').set('debug', false);
|
||||
|
||||
router.post('/cmd', authenticate_noerror, async (req, res) => {
|
||||
router.post('/cmd', authenticate_noerror_noerror, async (req, res) => {
|
||||
|
||||
const mydata = req.body.mydata;
|
||||
const idapp = req.body.idapp;
|
||||
|
||||
Reference in New Issue
Block a user