删除一个中间件: forward
parent
a03e6ae114
commit
04294aea95
@ -1,6 +1,6 @@
|
|||||||
const { domain } = require('../../config').server;
|
const { domain } = require('../config').server;
|
||||||
const { isEmpty } = require('../../utils/commons.util');
|
const { isEmpty } = require('../utils/commons.util');
|
||||||
const { getConnection } = require('../../services/connections.service');
|
const { getConnection } = require('../services/connections.service');
|
||||||
const axios = require('axios');
|
const axios = require('axios');
|
||||||
|
|
||||||
module.exports = async (ctx, next) => {
|
module.exports = async (ctx, next) => {
|
||||||
Loading…
Reference in New Issue