chore: update oauth api url

This commit is contained in:
Rongjian Zhang
2021-05-16 11:45:23 +08:00
parent fa932b53ea
commit 6d6e5bf195

View File

@@ -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',