|
|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
import 'package:doctor_app_flutter/config/config.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/interceptor/http_interceptor.dart';
|
|
|
|
|
import 'package:http/http.dart';
|
|
|
|
|
|
|
|
|
|
@ -6,7 +7,6 @@ import 'package:http/http.dart';
|
|
|
|
|
// DESCRIPTION : Custom App client to pin base url for all srvices
|
|
|
|
|
|
|
|
|
|
class AppClient {
|
|
|
|
|
static const String BASE_URL = "https://hmgwebservices.com/";
|
|
|
|
|
|
|
|
|
|
static Client client = HttpInterceptor().getClient();
|
|
|
|
|
|
|
|
|
|
|