new backend hosting
This commit is contained in:
parent
7ea375139e
commit
e003527c35
|
|
@ -13,6 +13,7 @@ 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(ChatController());
|
||||
Get.put(AuthController());
|
||||
Get.put(HomeController());
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ class DioInstance {
|
|||
_dio = Dio(
|
||||
BaseOptions(
|
||||
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