From f9ed7711e926dd29cdbc2ee3b7fb34a6ab522646 Mon Sep 17 00:00:00 2001 From: suvaissov Date: Mon, 21 Dec 2020 11:21:50 +0600 Subject: [PATCH] halyk test success --- lib/core/services/BankService.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/services/BankService.dart b/lib/core/services/BankService.dart index 35a70ff..8d52497 100644 --- a/lib/core/services/BankService.dart +++ b/lib/core/services/BankService.dart @@ -4,7 +4,7 @@ import 'package:aman_kassa_flutter/core/models/aman_dao.dart'; import 'package:flutter/services.dart'; class BankService extends BaseService { - static const String _url = 'http://195.200.74.83:500'; + static const String _url = 'http://195.200.74.83:5000'; final MethodChannel _channel = MethodChannel('channel:com.amanKassa/bank');