添加后台热更新上传
This commit is contained in:
2
gm-server/typings/app/controller/index.d.ts
vendored
2
gm-server/typings/app/controller/index.d.ts
vendored
@@ -5,6 +5,7 @@ import 'egg';
|
||||
import ExportGmaccount from '../../../app/controller/gmaccount';
|
||||
import ExportHome from '../../../app/controller/home';
|
||||
import ExportLogin from '../../../app/controller/login';
|
||||
import ExportUpload from '../../../app/controller/upload';
|
||||
import ExportUsers from '../../../app/controller/users';
|
||||
|
||||
declare module 'egg' {
|
||||
@@ -12,6 +13,7 @@ declare module 'egg' {
|
||||
gmaccount: ExportGmaccount;
|
||||
home: ExportHome;
|
||||
login: ExportLogin;
|
||||
upload: ExportUpload;
|
||||
users: ExportUsers;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user