feat(backend): add GET /api/mes-emprunts endpoint
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Router } from 'express';
|
||||
import { getMesEmprunts } from '../controllers/emprunt.controller';
|
||||
|
||||
export const empruntRoutes: Router = Router();
|
||||
|
||||
empruntRoutes.get('/', getMesEmprunts);
|
||||
Reference in New Issue
Block a user