tests cannot connect to db
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m21s

This commit is contained in:
2025-11-23 10:26:43 -08:00
parent 076b091632
commit 2f1bb959f7
7 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
// server.ts
import express, { Request, Response, NextFunction } from 'express';
import cookieParser from 'cookie-parser';
import { getPool } from './src/services/db/connection';