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:
louiscklaw
2025-06-18 04:06:16 +08:00
parent 37ace98e60
commit 7a6014a115
13 changed files with 196 additions and 64 deletions

View File

@@ -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) {