fix: bugs

This commit is contained in:
sajjadtalkhabi
2026-07-30 18:53:56 +03:30
parent bc9ce01d3f
commit 8fefb4568b
16 changed files with 529 additions and 52 deletions
@@ -2,4 +2,8 @@ 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 }))
register('GET', endpoints.getMissionaryDashboard, () => ({
success: true,
message: 'انجام شد.',
data: missionaryDashboard,
}))