diff --git a/lib/models/auth.dart b/lib/models/auth.dart index a3abe2d..e97a770 100644 --- a/lib/models/auth.dart +++ b/lib/models/auth.dart @@ -105,7 +105,7 @@ class AuthModel with ChangeNotifier { // Get token by code final res = await http.post( - 'https://git-touch-oauth.now.sh/api/token', + 'https://git-touch-oauth.vercel.app/api/token', headers: { HttpHeaders.acceptHeader: 'application/json', HttpHeaders.contentTypeHeader: 'application/json',