Change redirect url to use codefirst

remotes/origin/database-api-implementation
Félix MIELCAREK 2 years ago committed by felixmielcarek
parent 60505bf9a8
commit 7d04f403de

@ -19,7 +19,7 @@ class ApiSpotifyIdentification extends HttpResponseVerification {
String? _code; 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', { Uri get urlAuthorize => Uri.https('accounts.spotify.com', 'authorize', {
'client_id': clientId, 'client_id': clientId,

Loading…
Cancel
Save