🐞 fix(跳转): 补proxy的调用

This commit is contained in:
luying
2023-05-24 14:07:49 +08:00
parent ef7ae551ad
commit 037eb1e57f

View File

@@ -1,6 +1,6 @@
import { RegionModel } from '@db/Region';
import { ServerlistModel } from '@db/Serverlist';
import proxy from 'egg-http-proxy-middleware';
import proxy from './egg-proxy';
module.exports = () => {
return async function (ctx, next) {