ruoyi-plus-soybean/mock/api/index.ts

5 lines
93 B
TypeScript
Raw Normal View History

2021-12-25 01:23:44 +08:00
import auth from './auth';
import route from './route';
2021-12-25 01:23:44 +08:00
export default [...auth, ...route];