...
|
...
|
@@ -50,7 +50,7 @@ const invoiceController = require(`${cRoot}/invoice`); |
|
|
|
|
|
const meGiftController = require(`${cRoot}/me-gift`);
|
|
|
|
|
|
const checkLogin = (res, req, next) => {
|
|
|
const checkLogin = (req, res, next) => {
|
|
|
if (req.user.uid) {
|
|
|
return next();
|
|
|
} else {
|
...
|
...
|
|