Skip to content

Commit

Permalink
Update baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolinaGuy89 committed Jul 5, 2024
1 parent e73cb6f commit 7d6899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Team from '../team/team';

import { flattenObjectSansNumericKeys } from '../utils';

axios.defaults.baseURL = 'https://fantasy.espn.com/apis/v3/games/ffl/seasons/';
axios.defaults.baseURL = 'https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/seasons/';

/**
* Provides functionality to make a variety of API calls to ESPN for a given fantasy football
Expand Down

0 comments on commit 7d6899b

Please sign in to comment.