mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-13 15:25:39 +01:00
Add half of preferences controller
This commit is contained in:
@@ -7,6 +7,7 @@ import Config from './env';
|
||||
import { DemoManagerModule } from './managers/demo/demomanager.module';
|
||||
import { EImageBackend } from './models/entities/image.entity';
|
||||
import { EUserBackend } from './models/entities/user.entity';
|
||||
import { PrefModule } from './routes/api/pref/pref.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -27,6 +28,7 @@ import { EUserBackend } from './models/entities/user.entity';
|
||||
AuthModule,
|
||||
ImageModule,
|
||||
DemoManagerModule,
|
||||
PrefModule,
|
||||
],
|
||||
})
|
||||
export class AppModule {
|
||||
|
||||
Reference in New Issue
Block a user