Skip to content

Commit

Permalink
Migrate to mobile cards service v9
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Sep 30, 2022
1 parent 89012a4 commit fc9c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/services/cards.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CardsService {
/// API Manager Service
try {
String cardListEndpoint =
"https://api-qa.ucsd.edu:8243/mobilecardsservice/v1.0.0/mobilecardslist?version=8&ucsdaffiliation=" +
"https://api-qa.ucsd.edu:8243/mobilecardsservice/v1.0.0/mobilecardslist?version=9&ucsdaffiliation=" +
ucsdAffiliation;
String _response =
await _networkHelper.authorizedFetch(cardListEndpoint, headers);
Expand Down

0 comments on commit fc9c7e6

Please sign in to comment.