fixed import

This commit is contained in:
Pau 2025-05-14 09:13:26 +02:00
parent 49f34a6a10
commit 3b3e2b0814
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { linkRoutes2 } from '../index.js';
import { uploadMiddleware } from '../middlewares/upload.js'; // tu middleware multer
import { Router } from 'express'
import { uploadMiddleware } from '../middlewares/upload.js';
export default(config) => {
/**