cleanup + Property images
This commit is contained in:
@@ -31,7 +31,7 @@ const __dirname = path.dirname(__filename);
|
||||
@Module({
|
||||
imports: [ConfigModule.forRoot({isGlobal: true}), MailModule, AuthModule,
|
||||
ServeStaticModule.forRoot({
|
||||
rootPath: join(__dirname, '..', 'pictures'), // `public` ist das Verzeichnis, wo Ihre statischen Dateien liegen
|
||||
rootPath: join(__dirname, '../..', 'pictures'), // `public` ist das Verzeichnis, wo Ihre statischen Dateien liegen
|
||||
}),
|
||||
WinstonModule.forRoot({
|
||||
transports: [
|
||||
|
||||
Reference in New Issue
Block a user