feat: add party user auth endpoints for authentication flow (me, signIn, signUp)
This commit is contained in:
@@ -117,4 +117,9 @@ export const endpoints = {
|
|||||||
detailsByPartyUserId: (partyUserId: string) =>
|
detailsByPartyUserId: (partyUserId: string) =>
|
||||||
`/api/party-user/details?partyUserId=${partyUserId}`,
|
`/api/party-user/details?partyUserId=${partyUserId}`,
|
||||||
},
|
},
|
||||||
|
partyUserAuth: {
|
||||||
|
me: '/api/party-user-auth/me',
|
||||||
|
signIn: '/api/party-user-auth/sign-in',
|
||||||
|
signUp: '/api/party-user-auth/sign-up',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user