Skip to content

Commit e5a6707

Browse files
Cleanup references to old services, rename merch to store (#272)
* Cleanup references to old services, rename merch to store * Remove non-functional redirect * Update src/app/(membership)/store/item/page.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update src/app/(membership)/store/item/page.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update src/app/(membership)/store/paid/page.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update src/app/(membership)/store/paid/page.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 04e0ba5 commit e5a6707

File tree

14 files changed

+76
-532
lines changed

14 files changed

+76
-532
lines changed

.env.development

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
NEXT_PUBLIC_RUN_ENV=dev
2-
NEXT_PUBLIC_TICKETING_BASE_URL='https://xclhkh0duc.execute-api.us-east-1.amazonaws.com/default'
3-
NEXT_PUBLIC_MEMBERSHIP_BASE_URL='https://infra-membership-api.aws.qa.acmuiuc.org'
4-
NEXT_PUBLIC_MERCH_API_BASE_URL='https://merchapi.acm.illinois.edu'
52
NEXT_PUBLIC_CORE_API_BASE_URL='https://core.aws.qa.acmuiuc.org'
63
NEXT_PUBLIC_TURNSTILE_SITE_KEY='1x00000000000000000000AA'

.env.prod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
NEXT_PUBLIC_RUN_ENV=prod
2-
NEXT_PUBLIC_TICKETING_BASE_URL='https://ticketing.aws.acmuiuc.org'
3-
NEXT_PUBLIC_MEMBERSHIP_BASE_URL='https://infra-membership-api.aws.acmuiuc.org'
4-
NEXT_PUBLIC_MERCH_API_BASE_URL='https://merchapi.acm.illinois.edu'
52
NEXT_PUBLIC_CORE_API_BASE_URL='https://core.acm.illinois.edu'
63
NEXT_PUBLIC_TURNSTILE_SITE_KEY='0x4AAAAAACLtNvWF7VjCKZfe'

.env.staging

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
NEXT_PUBLIC_RUN_ENV=dev
2-
NEXT_PUBLIC_TICKETING_BASE_URL='https://xclhkh0duc.execute-api.us-east-1.amazonaws.com/default'
3-
NEXT_PUBLIC_MEMBERSHIP_BASE_URL='https://infra-membership-api.aws.qa.acmuiuc.org'
4-
NEXT_PUBLIC_MERCH_API_BASE_URL='https://merchapi.acm.illinois.edu'
52
NEXT_PUBLIC_CORE_API_BASE_URL='https://core.acm.illinois.edu'
63
NEXT_PUBLIC_TURNSTILE_SITE_KEY='1x00000000000000000000AA'

src/_redirects

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/event/:id /event?id=:id 301
2-
/event-paid/:id /event-paid?id=:id 301
3-
/merch/:id /merch?id=:id 301
4-
/merch-paid/:id /merch-paid?id=:id 301
1+
/merch /store 301

src/app/(membership)/event-paid/page.tsx

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)