mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-18 01:00:38 +01:00
migrate to native config
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { DecoratorsModule } from '../../decorators/decorators.module';
|
||||
import { ImageManagerModule } from '../../managers/imagemanager/imagemanager.module';
|
||||
import { ImageController } from './imageroute.controller';
|
||||
|
||||
@Module({
|
||||
imports: [ImageManagerModule],
|
||||
imports: [ImageManagerModule, DecoratorsModule],
|
||||
controllers: [ImageController],
|
||||
})
|
||||
export class ImageModule {}
|
||||
|
||||
Reference in New Issue
Block a user