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');