Skip to content

Commit 34b856b

Browse files
committed
small comment
1 parent 95c5837 commit 34b856b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data/lib/network/config/network_constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ class NetworkConstants {
33
static const receiveTimeout = 2;
44
//static const baseUrl = String.fromEnvironment('API_URL', defaultValue: "NA");
55
static const productsPath = "/products";
6-
static const baseUrl = "http://www.example.com";
6+
static const baseUrl = "http://www.example.com"; // To get started: comment this and uncomment line 4
77
}

0 commit comments

Comments
 (0)