separate authenticated endpoints to user.js

This commit is contained in:
Henry Jameson 2026-06-17 14:26:41 +03:00
commit ebf7040662
36 changed files with 1082 additions and 1055 deletions

View file

@ -4,7 +4,7 @@ import {
fetchUserRelationship,
followUser,
unfollowUser,
} from 'src/services/api/api.service.js'
} from 'src/services/api/user.js'
const fetchRelationship = (attempt, userId, store) =>
new Promise((resolve, reject) => {