From 794b35ea11ee3f7f22b624fbb14dd3e31a9852da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Wed, 23 Nov 2022 19:59:39 +0100 Subject: [PATCH] Change redirect url to use codefirst --- .../lib/services/api/api_spotify_identification.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,