Add ability to get fresh jwt

This commit is contained in:
rubikscraft
2022-02-28 10:29:40 +01:00
parent 3ac8e31b7f
commit fb985df2e0
15 changed files with 54 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
import { Module } from '@nestjs/common';
import { MiddlewareConsumer, Module, NestModule } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { AuthModule } from './routes/api/auth/auth.module';
import { ImageModule } from './routes/image/imageroute.module';
@@ -29,4 +29,5 @@ import { EImage } from 'picsur-shared/dist/entities/image.entity';
DemoManagerModule,
],
})
export class AppModule {}
export class AppModule {
}