添加后台连接用的后端
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// This file is created by egg-ts-helper@1.25.8
|
||||
// Do not modify this file!!!!!!!!!
|
||||
|
||||
import 'egg';
|
||||
import ExportTokenParser from '../../../app/middleware/tokenParser';
|
||||
|
||||
declare module 'egg' {
|
||||
interface IMiddleware {
|
||||
tokenParser: typeof ExportTokenParser;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user