mirror of
https://github.com/Shadowfita/docmost.git
synced 2026-07-15 15:16:38 +10:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class AttachmentService {}
|