Files
banu-front/src/services/mock/routes/missionary-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
279 B
JavaScript

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