Skip to content

Commit

Permalink
fix(ml-opensource#80): Use a correct refresh endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nivisi committed Jan 20, 2023
1 parent d6bfa74 commit f056e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/api/api_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ class ApiConfig {
ApiConfig(ApplicationConfig appConfig) : baseUrl = appConfig.apiUrl;

String get apiUrl => '$baseUrl/api';
String get reauthUrl => '$baseUrl/api//v1/auth/token';
String get reauthUrl => '$baseUrl/api/v1/auth/token';
}

0 comments on commit f056e31

Please sign in to comment.