Skip to content

Commit

Permalink
fix: facbeook endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Nov 22, 2024
1 parent e299a5c commit e4b73e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/services/src/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export const Users = {
delete: () => api.delete('/users/remove'),
info: () => api.get<User>('/users/info'),
facebookAuth: (params: FacebookAuth) =>
api.post<FacebookConfirmResponse>('/facebook', params),
api.post<FacebookConfirmResponse>('/users/facebook', params),
};

0 comments on commit e4b73e6

Please sign in to comment.