fix(#85): Run expanded local discovery and continue with next actionable task
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
423ac779da
commit
9a26ba908a
11 changed files with 347 additions and 9 deletions
|
|
@ -7,8 +7,8 @@ import reviewRoutes from './routes/reviews.js';
|
|||
import addressRoutes from './routes/addresses.js';
|
||||
import contactRoutes from './routes/contacts.js';
|
||||
import profileRoutes from './routes/profile.js';
|
||||
import logger from './middleware/logger.js';
|
||||
const { rateLimit, authRateLimit } = require('./middleware/rateLimit.js');
|
||||
// import { requestLogger } from './middleware/logger.js'; // Temporarily removed for compatibility
|
||||
import { rateLimit, authRateLimit } from '../middleware/rateLimit.cjs';
|
||||
|
||||
dotenv.config();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue