diff --git a/Sources/dafl_project_flutter/lib/services/api/api_spotify_identification.dart b/Sources/dafl_project_flutter/lib/services/api/api_spotify_identification.dart index fc00bf6..6ac85db 100644 --- a/Sources/dafl_project_flutter/lib/services/api/api_spotify_identification.dart +++ b/Sources/dafl_project_flutter/lib/services/api/api_spotify_identification.dart @@ -19,7 +19,7 @@ class ApiSpotifyIdentification extends HttpResponseVerification { String? _code; - String get redirectUri => 'https://daflmusic.000webhostapp.com/callback/'; + String get redirectUri => 'https://codefirst.iut.uca.fr/containers/apiredirect-felixmielcarek/'; Uri get urlAuthorize => Uri.https('accounts.spotify.com', 'authorize', { 'client_id': clientId,