955dadc604
The workspace was using /api/projects/... but the API routes are mounted at /projects without the /api prefix. Switched from raw fetch() to the apiClient which already has the correct baseURL configured. Also fixed TypeScript types and removed unused variables.