mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 17:57:45 +03:00
Много
This commit is contained in:
@@ -6,6 +6,7 @@ import { AuthController } from "./auth.controller";
|
||||
import { UsersModule } from "../users/users.module";
|
||||
import { UsersService } from "../users/users.service";
|
||||
import { PrismaService } from "../prisma/prisma.service";
|
||||
import { ScheduleService } from "../schedule/schedule.service";
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -16,7 +17,7 @@ import { PrismaService } from "../prisma/prisma.service";
|
||||
signOptions: { expiresIn: "720h" },
|
||||
}),
|
||||
],
|
||||
providers: [AuthService, UsersService, PrismaService],
|
||||
providers: [AuthService, UsersService, PrismaService, ScheduleService],
|
||||
controllers: [AuthController],
|
||||
exports: [AuthService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user