feat(backend): add responsable dashboard endpoint
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Router } from 'express';
|
||||
import { getDashboard } from '../controllers/responsable.controller';
|
||||
|
||||
export const responsableRoutes: Router = Router();
|
||||
|
||||
responsableRoutes.get('/dashboard', getDashboard);
|
||||
Reference in New Issue
Block a user