⬆️ Support some new server stuff
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'dart:convert';
|
||||
|
||||
import 'package:http/http.dart' as http;
|
||||
import 'package:solian/utils/service_url.dart';
|
||||
import 'package:solian/utils/services_url.dart';
|
||||
|
||||
class HttpClient extends http.BaseClient {
|
||||
final bool isUnauthorizedRetry;
|
||||
|
@ -1,7 +1,7 @@
|
||||
const serviceUrls = {
|
||||
'passport': 'https://id.solsynth.dev',
|
||||
'interactive': 'https://co.solsynth.dev',
|
||||
'messaging': 'https://im.solsynth.dev'
|
||||
'messaging': 'http://192.168.50.83:8447' // 'https://im.solsynth.dev'
|
||||
};
|
||||
|
||||
Uri getRequestUri(String service, String path) {
|
Reference in New Issue
Block a user