Skip to content

Commit

Permalink
Change production & testing API URL to AWS backend (#410)
Browse files Browse the repository at this point in the history
AWS production backend available at:
https://api.acmucsd.com
https://membership-portal-api.app.acmucsd.com

AWS tesing backend available at:
https://testing.api.acmucsd.com

Testing instance will be moved to AWS soon.
  • Loading branch information
StormFireFox1 authored Jan 27, 2021
1 parent 6b0729b commit 34713ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REACT_APP_API_URL=https://acmucsd-portal-testing.herokuapp.com
REACT_APP_API_URL=https://testing.api.acmucsd.com
PORT=8080

0 comments on commit 34713ab

Please sign in to comment.