egg_server/services/index.ts
2024-11-25 11:08:54 +00:00

4 lines
63 B
TypeScript

import AttachService from "./attach"
export { AttachService }