gtsoft-snail-job-admin/src/service/api/index.ts
2024-04-17 16:37:30 +08:00

8 lines
192 B
TypeScript

export * from './auth';
export * from './route';
export * from './system';
export * from './dashboard';
export * from './namespace';
export * from './system-manage';
export * from './notify';