Files
banu-front/src/services/mock/routes/student-dashboard.js
T
sajjadtalkhabi b592f520ab
Deploy banu-front / deploy (push) Successful in 1m34s
fix: dashboard
2026-07-12 12:03:26 +03:30

6 lines
267 B
JavaScript

import { register } from '@/services/mock/registry'
import { endpoints } from '@/services/api/endpoints'
import { studentDashboard } from '@/services/mock/fixtures/student-dashboard'
register('GET', endpoints.getStudentDashboard, () => ({ data: studentDashboard }))