From 39989fa8a07444a94828138c91c9bed6f399dcef Mon Sep 17 00:00:00 2001 From: Syaroful Date: Mon, 30 Dec 2024 11:06:39 +0700 Subject: [PATCH] feat: change base_url --- agrilink_vocpro/lib/core/constant/app_constant.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agrilink_vocpro/lib/core/constant/app_constant.dart b/agrilink_vocpro/lib/core/constant/app_constant.dart index f7ab4eb..e2fb6a9 100644 --- a/agrilink_vocpro/lib/core/constant/app_constant.dart +++ b/agrilink_vocpro/lib/core/constant/app_constant.dart @@ -2,7 +2,7 @@ class AppConstant { static const String appName = 'Kebun Pintar'; static const String appVersion = '1.0.0'; - static const String baseUrl = 'http://54.196.58.97:3333'; + static const String baseUrl = 'http://192.168.60.108'; static const String mqttServer = 'armadillo.rmq.cloudamqp.com'; static const String mqttUsername = 'obyskxhx:obyskxhx';