Files
docmost-ryan/server/src/core/attachment/attachment.service.ts
T
2023-09-23 13:54:11 +01:00

5 lines
94 B
TypeScript

import { Injectable } from '@nestjs/common';
@Injectable()
export class AttachmentService {}