Skip to content

Commit

Permalink
DEV UPDATE:Update api to new url #20
Browse files Browse the repository at this point in the history
  • Loading branch information
misakajimmy committed Mar 12, 2023
1 parent cb8952f commit 1cbb6d2
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 182 deletions.
2 changes: 1 addition & 1 deletion lib/common/Api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Api {

// Options _options;
static Dio dio =
Dio(BaseOptions(baseUrl: 'https://api.eoe.best/eoefans-api/v1', headers: {
Dio(BaseOptions(baseUrl: 'https://api.vtb.link/eoefans-api/v1', headers: {
'ocp-apim-subscription-key': key,
'Content-Type': 'application/json',
}));
Expand Down
Loading

0 comments on commit 1cbb6d2

Please sign in to comment.