"feat: add EventItem, EventReview models with seed data and mock files, update User and Event schemas"

This commit is contained in:
louiscklaw
2025-06-03 15:29:05 +08:00
parent a0a4ffcb4e
commit 24920fb313
52 changed files with 2140 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ import { _mock } from 'src/_mock';
export const JWT_SECRET = 'minimal-secret-key';
export const JWT_EXPIRES_IN = '3 days';
export const JWT_EXPIRES_IN = '14 days';
export const _users = [
{