mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 19:21:08 +10:00
more work on attachments
* fix frontend env usage
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { AttachmentService } from './attachment.service';
|
||||
import { AttachmentService } from './services/attachment.service';
|
||||
import { AttachmentController } from './attachment.controller';
|
||||
import { StorageModule } from '../../integrations/storage/storage.module';
|
||||
import { UserModule } from '../user/user.module';
|
||||
|
||||
Reference in New Issue
Block a user