base url change
This commit is contained in:
parent
0296fa24a0
commit
0059cf1872
|
|
@ -12,8 +12,8 @@ import '../../features/account/business_logic_layer/account_controller.dart';
|
|||
|
||||
class DependencyInjection {
|
||||
static void injectDependencies() {
|
||||
Get.put(SocketIO(uri: 'https://pages-chat-dev.octa-apps.com'));
|
||||
// Get.put(SocketIO(uri: 'https://taafi-back-chat.point-dev.nl'));
|
||||
// Get.put(SocketIO(uri: 'https://pages-chat-dev.octa-apps.com'));
|
||||
Get.put(SocketIO(uri: 'https://taafi-back-chat.point-dev.nl'));
|
||||
Get.put(ChatController());
|
||||
Get.put(AuthController());
|
||||
Get.put(HomeController());
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ class DioInstance {
|
|||
Dio _instantiate() {
|
||||
_dio = Dio(
|
||||
BaseOptions(
|
||||
baseUrl: "https://pages-back-dev.octa-apps.com/api/",
|
||||
// baseUrl: "https://taafi-back.point-dev.nl/api/",
|
||||
// baseUrl: "https://pages-back-dev.octa-apps.com/api/",
|
||||
baseUrl: "https://taafi-back.point-dev.nl/api/",
|
||||
receiveDataWhenStatusError: true,
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user