whoa - so much - new features (UPC,etc) - Sentry for app logging! so much more !
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m10s
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m10s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import express, { NextFunction } from 'express';
|
||||
// All route handlers now use req.log (request-scoped logger) as per ADR-004
|
||||
import { z } from 'zod';
|
||||
import passport, { isAdmin } from './passport.routes'; // Correctly imported
|
||||
import passport, { isAdmin } from '../config/passport';
|
||||
// All route handlers now use req.log (request-scoped logger) as per ADR-004
|
||||
import { gamificationService } from '../services/gamificationService';
|
||||
// Removed: import { logger } from '../services/logger.server';
|
||||
|
||||
Reference in New Issue
Block a user