refactor: rename product to partyEvent in API route, types and frontend components
This commit is contained in:
@@ -87,6 +87,13 @@ export const paths = {
|
||||
verify: `${ROOTS.AUTH_DEMO}/centered/verify`,
|
||||
},
|
||||
},
|
||||
//
|
||||
partyEvent: {
|
||||
root: `/party-event`,
|
||||
checkout: `/party-event/checkout`,
|
||||
details: (id: string) => `/party-event/${id}`,
|
||||
demo: { details: `/party-event/${MOCK_ID}` },
|
||||
},
|
||||
// DASHBOARD
|
||||
dashboard: {
|
||||
root: ROOTS.DASHBOARD,
|
||||
|
Reference in New Issue
Block a user