mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-12 02:06:17 -05:00
chore: update oauth api url
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user