Cho phép xóa tour và xóa chặng trong Tour Dashboard

This commit is contained in:
2026-06-13 21:48:53 +07:00
parent 578b03d808
commit 5e3f10631f
18 changed files with 580 additions and 42 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ export declare class JwtStrategy extends JwtStrategy_base {
private prisma;
constructor(prisma: PrismaService);
validate(payload: any): Promise<{
email: string;
id: string;
name: string | null;
id: string;
email: string;
passwordHash: string;
avatar: string | null;
createdAt: Date;