tests
This commit is contained in:
@@ -16,6 +16,7 @@ export class DashboardController {
|
||||
@ApiOperation({ summary: 'Get dashboard overview' })
|
||||
@ApiQuery({ name: 'driverId', description: 'Driver ID' })
|
||||
@ApiResponse({ status: 200, description: 'Dashboard overview', type: DashboardOverviewDTO })
|
||||
@ApiResponse({ status: 401, description: 'Unauthorized' })
|
||||
async getDashboardOverview(
|
||||
@Query('driverId') _driverId: string,
|
||||
@Req() req: AuthenticatedRequest,
|
||||
|
||||
Reference in New Issue
Block a user