feat: implement event joining flow with dummy payment page, including route configuration, Redux state management, and UI updates for event detail page
This commit is contained in:
@@ -11,6 +11,7 @@ const constants = {
|
||||
// Used to construct all API request URLs
|
||||
API_ENDPOINT,
|
||||
SIGN_IN: `${API_ENDPOINT}/api/party-user-auth/sign-in`,
|
||||
PARTY_USER_JOIN_EVENT: `${API_ENDPOINT}/api/event/partyUserJoinEvent`,
|
||||
};
|
||||
|
||||
if (!constants.API_ENDPOINT) {
|
||||
|
Reference in New Issue
Block a user