This commit is contained in:
2025-06-11 22:04:42 -03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
import { Router } from 'express';
import multer from 'multer';
import OrphanagesController from './controllers/OrphanagesController';
import UploadConfig from './config/upload';
import OrphanagesController from './src/controllers/OrphanagesController';
import UploadConfig from './src/config/upload';
const routes = Router();
const upload = multer(UploadConfig);