This commit is contained in:
2026-05-14 02:29:18 +03:00
parent bb28fa3574
commit 46ccf65da9
2 changed files with 6111 additions and 1 deletions

6110
apps/api/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@ import { Request, Response, NextFunction } from 'express';
import type { AuthContext } from '../services/jwt.service'; import type { AuthContext } from '../services/jwt.service';
export const FIXED_API_USER_ID = '01KR4V0RPJYPBHPRNY31GSZHXG'; export const FIXED_API_USER_ID = '01KRGF24ST1KSAHPMD95FJBNYV';
const FIXED_AUTH: AuthContext = { const FIXED_AUTH: AuthContext = {